Position nav bar to top if there's hover

This commit is contained in:
Lim Chee Aun 2023-10-31 20:55:34 +08:00
parent f5808b6f3b
commit f3dcd9f4ee

View file

@ -152,7 +152,7 @@ shortcuts .tab-bar[hidden] {
} }
} }
@media (min-width: 40em) { @media (min-width: 40em) and (hover: hover) {
#app[data-shortcuts-view-mode='tab-menu-bar'] .timeline-deck { #app[data-shortcuts-view-mode='tab-menu-bar'] .timeline-deck {
margin-top: 44px; margin-top: 44px;
} }