mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +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));
|
top: max(16px, env(safe-area-inset-top));
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
}
|
}
|
||||||
|
#app:has(header[hidden]) #shortcuts-button,
|
||||||
|
#shortcuts-button[hidden] {
|
||||||
|
transform: translateY(-200%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue