Füge Übergangseffekte für das Overlay hinzu und aktualisiere die Sichtbarkeit bei Berührungen
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
This commit is contained in:
@@ -76,6 +76,12 @@ body::before {
|
||||
width: max-content;
|
||||
max-width: calc(100vw - 48px);
|
||||
z-index: 10;
|
||||
transition: opacity 220ms ease, transform 220ms ease;
|
||||
}
|
||||
|
||||
#overlay.hidden {
|
||||
opacity: 0;
|
||||
transform: translateX(-50%) translateY(-6px);
|
||||
}
|
||||
|
||||
#overlay h1 {
|
||||
|
||||
Reference in New Issue
Block a user