mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 996121 - Bouncing unicorn easter egg (in hamburger menu) briefly triggers scrollbar each time it hits the bottom of its bounce area when the font-size is not 12px. r=mconley
This commit is contained in:
parent
57cf370a9e
commit
1fe19ed9bd
@ -55,7 +55,7 @@
|
||||
}
|
||||
@keyframes moveY {
|
||||
/* These values are adjusted for the padding and height of the panel. */
|
||||
from { margin-top: -6px; } to { margin-top: 58px; }
|
||||
from { margin-top: -.5em; } to { margin-top: calc(64px - .5em); }
|
||||
}
|
||||
|
||||
#PanelUI-button {
|
||||
|
Loading…
Reference in New Issue
Block a user