mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Missed this part
This commit is contained in:
parent
612ebc1a6b
commit
f0442b20e8
1 changed files with 6 additions and 1 deletions
|
@ -172,7 +172,12 @@ shortcuts .tab-bar[hidden] {
|
|||
height: 44px;
|
||||
gap: 4px;
|
||||
}
|
||||
#app:has(header[hidden]) #shortcuts .tab-bar,
|
||||
#app:has(#home-page):not(:has(#home-page ~ .deck-container)):has(
|
||||
header[hidden]
|
||||
)
|
||||
#shortcuts
|
||||
.tab-bar,
|
||||
#app:has(#home-page ~ .deck-container header[hidden]) #shortcuts .tab-bar,
|
||||
shortcuts .tab-bar[hidden] {
|
||||
transform: translateY(-150%);
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue