mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix width for post-lists
This commit is contained in:
parent
ad60cade7b
commit
31ef4da3ae
@ -67,6 +67,16 @@
|
|||||||
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
z-index: 150;
|
z-index: 150;
|
||||||
|
|
||||||
|
.postCard {
|
||||||
|
width: 100%;
|
||||||
|
min-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playlistTimelineEntry {
|
||||||
|
width: 100%;
|
||||||
|
min-width: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.resume_btn_wrapper {
|
.resume_btn_wrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user