fix(Dribbblish): main view shrinking (#820)

This commit is contained in:
Nam Anh 2022-08-04 08:21:21 +07:00 committed by GitHub
parent 02572216ba
commit 5d3d42f913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -890,3 +890,6 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
.main-buddyFeed-buddyFeed.main-buddyFeed-buddyFeed-expanded {
z-index: 4;
}
.main-view-container {
min-height: 100vh !important;
}