Fixed issue with replacements notice

This commit is contained in:
mandorinn 2022-12-28 19:34:58 -06:00 committed by GitHub
parent c5feeeaaa0
commit 433b2c0fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 1.5.6
@version 1.5.7
@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
@ -1370,6 +1370,27 @@ if themep == classic {
display: flex;
flex-direction: column;
}
.notice-pending ~ .notice-flagged {
font-size: 0.85rem;
a {
font-size: 0.85rem
margin: 0;
pointer-events: auto;
&::before {
font-size: .85rem;
content: "" !important;
pointer-events: none!important;
color: var(--base-text);
position:relative;
user-select: inherit;
}
&::after {
font-size: .85rem;
content: "" !important;
position:relative;
pointer-events: auto;
}}
}
div#c-posts div.notice ul {
margin-left: .25rem;
}