Explorar el Código

修正article目录遮挡问题

bhikkhu-kosalla-china hace 3 años
padre
commit
6ef3a48254
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      public/app/article/style.css

+ 2 - 2
public/app/article/style.css

@@ -19,7 +19,7 @@
 #head_bar {
 	display: flex;
 	justify-content: space-between;
-	/*height: 5em;*/
+	max-height: 5em;
 	background-color: var(--tool-bg-color1);
 	border-bottom: 1px solid var(--tool-line-color);
 	padding: 0.5vh 0.5vw;
@@ -57,7 +57,7 @@
     position: fixed;
     top: 0;
     left: 0;
-    padding-top: 90px;
+    padding-top: calc(5em + 50px);
     height: 100%;
 	/*width:300px;*/
 	/*overflow-x: hidden;*/