Pārlūkot izejas kodu

fix scroll target depending on header state

Falko Schindler 2 gadi atpakaļ
vecāks
revīzija
ea43edc8c8
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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);
 }