浏览代码

move menu when admin bar is visible

Maggie Cabrera 4 年之前
父节点
当前提交
c0084919ac
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      quadrat/assets/theme.css
  2. 3 0
      quadrat/sass/_post-header.scss

+ 3 - 0
quadrat/assets/theme.css

@@ -512,6 +512,9 @@ a:active, a:focus {
 	.single.admin-bar .post-header {
 		min-height: calc( 100vh - 46px);
 	}
+	.single.admin-bar .site-header {
+		top: 46px;
+	}
 	.single .site-header {
 		position: absolute;
 		top: 0;

+ 3 - 0
quadrat/sass/_post-header.scss

@@ -26,6 +26,9 @@
 			.post-header {
 				min-height: calc( 100vh - 46px );
 			}
+			.site-header{
+				top: 46px;
+			}
 		}
 
 		.site-header{