Merge pull request #459 from flying-sheep/patch-1

Reduce huge margins for narrow windows
This commit is contained in:
morpheusthewhite 2021-10-09 17:50:00 +02:00 committed by GitHub
commit d12b887411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -641,7 +641,7 @@ li.GlueDropTarget {
padding-right: 64px;
}
@media (min-width: 1024px) {
@media (min-width: 1280px) {
.contentSpacing,
.artist-artistDiscography-headerContainer {
padding-left: 128px;
@ -856,4 +856,4 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
}
.main-buddyFeed-buddyFeed.main-buddyFeed-buddyFeed-expanded {
z-index: 4;
}
}