mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Position nav bar to top if there's hover
This commit is contained in:
parent
f5808b6f3b
commit
f3dcd9f4ee
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
margin-top: 44px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue