mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Fix shortcuts button not hiding on large screen
This commit is contained in:
parent
ca943cbc5a
commit
a1edc142ae
1 changed files with 4 additions and 0 deletions
|
@ -36,4 +36,8 @@
|
|||
top: max(16px, env(safe-area-inset-top));
|
||||
bottom: auto;
|
||||
}
|
||||
#app:has(header[hidden]) #shortcuts-button,
|
||||
#shortcuts-button[hidden] {
|
||||
transform: translateY(-200%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue