Browse Source

add scrollbar, background and padding to sidebar

Stephan Fuchs 3 tháng trước cách đây
mục cha
commit
ca66d1f9b0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      sugarcube/src/style/interface.css

+ 3 - 0
sugarcube/src/style/interface.css

@@ -34,6 +34,9 @@
 
 #sidebar{
 	grid-area: sidebar;
+	overflow: auto;
+	background: rgba(20, 20, 20, 0.5);
+	padding: 0em 0.3em;
 }
 
 #topbar{