mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(markdown): handle unavailable reply quote links
This commit is contained in:
@@ -490,6 +490,13 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.quoteLinkUnavailable,
|
||||
.quoteLinkUnavailable:hover {
|
||||
color: var(--post-quotelink-text-color);
|
||||
text-decoration: line-through;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.replyMobile {
|
||||
padding-top: 7px;
|
||||
content-visibility: auto;
|
||||
|
||||
Reference in New Issue
Block a user