forked from mandorinn/eSix-Cafe
make the items in the post score box not squished
i dont like the new ui change that removed the spacing. re621 can bring it back, but i dont use re621 and this doesnt conflict so do it here.
This commit is contained in:
parent
9056409512
commit
5285b78e4e
@ -24,6 +24,26 @@ article.thumbnail .desc a::before {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article.thumbnail .desc .score {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.thumbnail .desc .favorites {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.thumbnail .desc .comments {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.thumbnail .desc .rating {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.thumbnail .desc .extras {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
article.thumbnail[data-tags~="animated"] > a::before, article.thumbnail[data-file-ext~="webm"] > a::before {
|
article.thumbnail[data-tags~="animated"] > a::before, article.thumbnail[data-file-ext~="webm"] > a::before {
|
||||||
background-color: var(--bg-300) !important;
|
background-color: var(--bg-300) !important;
|
||||||
color: var(--base-text) !important;
|
color: var(--base-text) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user