about summary refs log tree commit diff
path: root/uploader/static/css/layout-small.css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css/layout-small.css')
-rw-r--r--uploader/static/css/layout-small.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/uploader/static/css/layout-small.css b/uploader/static/css/layout-small.css
index cd32a71..3a7d18f 100644
--- a/uploader/static/css/layout-small.css
+++ b/uploader/static/css/layout-small.css
@@ -53,14 +53,12 @@
     }
 
     #main #main-content {
-        grid-row-start: 2;
-        grid-row-end: 3;
-    }
-
-    #main #sidebar-content {
         grid-row-start: 3;
         grid-row-end: 4;
+    }
 
-        background: #E5E5FF;
+    #main #sidebar-content {
+        grid-row-start: 2;
+        grid-row-end: 3;
     }
 }