mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 03:21:01 +00:00
GPU acceleration for the mobile menu
Reimplements #810, but for all browsers.
This commit is contained in:
parent
9aaff1a484
commit
104b6c1d0c
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ body > header {
|
|||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
transform: translateZ(0);
|
||||
opacity: 0;
|
||||
font-size: 0.9em;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in a new issue