소스 검색

Fix 侧边栏时Header宽度错误

Nolovenodie丶 2 년 전
부모
커밋
661d08001e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/css/style.css

+ 1 - 1
static/css/style.css

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