mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 21:29:20 +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;
|
height: 44px;
|
||||||
gap: 4px;
|
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] {
|
shortcuts .tab-bar[hidden] {
|
||||||
transform: translateY(-150%);
|
transform: translateY(-150%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in a new issue