Due to the tab bar, scrollables need bottom padding

This commit is contained in:
Lim Chee Aun 2023-02-28 22:25:15 +08:00
parent a86daaac0b
commit 7cd78b8003

View file

@ -120,6 +120,12 @@ shortcuts .tab-bar[hidden] {
user-select: none;
}
@media (max-width: calc(40em - 1px)) {
#app:has(#shortcuts .tab-bar) .deck-container {
padding-bottom: 52px;
}
}
@media (min-width: 40em) {
#app:has(#shortcuts .tab-bar) .timeline-deck {
margin-top: 44px;