Sfoglia il codice sorgente

Remove 24px offset on the height bars

tags/v0.1.0
Fen Dweller 6 anni fa
parent
commit
42c5cea6ba
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      macrovision.css

+ 2
- 2
macrovision.css Vedi File

@@ -465,7 +465,7 @@ body.toggle-height-bars .height-bar {
min-height: 3px; min-height: 3px;
height: 3px; height: 3px;
position: absolute; position: absolute;
background: repeating-linear-gradient(90deg, #aaaaaaff, #aaaaaaff 20px, #aaaaaa00 20px, #aaaaaa00 40px);
background: repeating-linear-gradient(90deg, #ffffff88, #ffffff88 20px, #ffffff00 20px, #ffffff00 40px);
top: calc(-100% + var(--extra)); top: calc(-100% + var(--extra));
left: calc(-120vw + 24px);
left: calc(-120vw);
} }

Loading…
Annulla
Salva