Custom item styling

This commit is contained in:
2023-07-21 17:26:13 +01:00
parent cfb643832b
commit bba55bfc0e

View File

@@ -19,7 +19,7 @@
} }
#menu { #menu {
height: 5%; height: fit-content;
width: 100%; width: 100%;
padding: 5%; padding: 5%;
} }
@@ -31,4 +31,12 @@
.screen { .screen {
width: 95%; width: 95%;
height: 100%; height: 100%;
}
.button {
width: 100%;
}
#taskButton {
padding-left: 0;
} }