mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Dribbblish): main view clipping (#821)
This commit is contained in:
parent
5d3d42f913
commit
9a2fcb5a54
@ -891,5 +891,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||
z-index: 4;
|
||||
}
|
||||
.main-view-container {
|
||||
min-height: 100vh !important;
|
||||
min-height: 90vh !important;
|
||||
}
|
||||
@media (max-height: 768px) {
|
||||
.main-view-container {
|
||||
min-height: 85vh !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user