瀏覽代碼

fix scroll target depending on header state

Falko Schindler 2 年之前
父節點
當前提交
ea43edc8c8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      website/static/style.css

+ 2 - 1
website/static/style.css

@@ -37,7 +37,8 @@ a:active:not(.browser-window *) {
   background-color: #5a99ff;
 }
 .q-header.fade {
-  height: 50px;
+  padding-top: 20px;
+  transform: translateY(-20px);
   background-color: #5a99ffd0;
   backdrop-filter: blur(5px);
 }