Explorar el Código

Fix 侧边栏时Header宽度错误

Nolovenodie丶 hace 3 años
padre
commit
661d08001e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      static/css/style.css

+ 1 - 1
static/css/style.css

@@ -7,7 +7,7 @@
 }
 }
 
 
 .skinHeader-withBackground {
 .skinHeader-withBackground {
-	width: 100%;
+	right: 0 !important;
 	background-image: linear-gradient(rgba(0,0,0,.5), transparent);
 	background-image: linear-gradient(rgba(0,0,0,.5), transparent);
 	background-color: unset;
 	background-color: unset;
 }
 }