mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
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:
parent
13e02456ef
commit
59925e845f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user