mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Due to the tab bar, scrollables need bottom padding
This commit is contained in:
parent
a86daaac0b
commit
7cd78b8003
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue