Fixed Mention/Post-In-Group Button [Issue #16]

This commit is contained in:
Random Penguin 2025-03-01 22:16:39 +00:00
parent 3a8d6f89ef
commit 07d6022a42

View file

@ -1746,8 +1746,11 @@ a.tag.label,
content: ''; content: '';
margin: 0; margin: 0;
} }
#mention-link {
padding: 0 8px !important;
}
#mention-link span:last-of-type { #mention-link span:last-of-type {
margin-right: 42px; display: none;
} }
.offcanvas-right-overlay, .offcanvas-right-overlay,
aside::before { aside::before {
@ -2166,7 +2169,6 @@ a.tag.label,
#mention-link span:first-of-type { #mention-link span:first-of-type {
float: none; float: none;
position: relative; position: relative;
left: -5px;
top: 2px; top: 2px;
} }
#search-save .fa-plus::after, #search-save .fa-plus::after,