Fix forum buttons overlapping

If buttons are enabled then .forum-post-votes-list now has a margin-top of 1.5em, as opposed to the new .5em it was recently given.
This commit is contained in:
mandorinn 2024-02-27 18:48:03 -06:00 committed by GitHub
parent 13e02456ef
commit 59925e845f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 2.0.0
@version 2.0.1
@description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)]
@updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css
@ -2722,6 +2722,9 @@ if themep == classic {
img {
border-radius: 4px;
}
.forum-post-votes-list {
margin-top: 1.5em !important;
}
if buttons {
.content-menu {