Ver código fonte

add scrollbar, background and padding to sidebar

Stephan Fuchs 3 meses atrás
pai
commit
ca66d1f9b0
1 arquivos alterados com 3 adições e 0 exclusões
  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{