aboutsummaryrefslogtreecommitdiff
path: root/ui/css
diff options
context:
space:
mode:
authorSean <heavydragon99@outlook.com>2024-03-21 09:30:20 +0100
committerSean <heavydragon99@outlook.com>2024-03-21 09:30:20 +0100
commitfeb7a342718f0d014678517bf45e0043846905a7 (patch)
treefc34e8ff06a1dfa116d09212c865c5e2af978848 /ui/css
parentdd1d3ecfb03fc37662d40d5a005ce4f92f649d3f (diff)
Added fourth grid. Made grid 1 change depending on which item is selected
Diffstat (limited to 'ui/css')
-rw-r--r--ui/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/css/style.css b/ui/css/style.css
index e16181c..18093b4 100644
--- a/ui/css/style.css
+++ b/ui/css/style.css
@@ -28,9 +28,9 @@ body, html {
overflow-y: auto; /* Add vertical scrolling */
}
-.section.overview_control {
+/*.section.overview_control {
grid-row: 1 / span 2; /* Span the top left section across both rows */
-}
+/*}*/
.table-wrapper {