fix width for post-lists

This commit is contained in:
SrGooglo 2023-07-05 20:27:29 +00:00
parent ad60cade7b
commit 31ef4da3ae

View File

@ -67,6 +67,16 @@
margin: auto;
z-index: 150;
.postCard {
width: 100%;
min-width: none;
}
.playlistTimelineEntry {
width: 100%;
min-width: none;
}
}
.resume_btn_wrapper {