Parcourir la source

Remove 24px offset on the height bars

tags/v0.1.0
Fen Dweller il y a 6 ans
Parent
révision
42c5cea6ba
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      macrovision.css

+ 2
- 2
macrovision.css Voir le fichier

@@ -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);
} }

Chargement…
Annuler
Enregistrer