mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed Mention/Post-In-Group Button [Issue #16]
This commit is contained in:
parent
3a8d6f89ef
commit
07d6022a42
1 changed files with 4 additions and 2 deletions
|
@ -1746,8 +1746,11 @@ a.tag.label,
|
|||
content: '';
|
||||
margin: 0;
|
||||
}
|
||||
#mention-link {
|
||||
padding: 0 8px !important;
|
||||
}
|
||||
#mention-link span:last-of-type {
|
||||
margin-right: 42px;
|
||||
display: none;
|
||||
}
|
||||
.offcanvas-right-overlay,
|
||||
aside::before {
|
||||
|
@ -2166,7 +2169,6 @@ a.tag.label,
|
|||
#mention-link span:first-of-type {
|
||||
float: none;
|
||||
position: relative;
|
||||
left: -5px;
|
||||
top: 2px;
|
||||
}
|
||||
#search-save .fa-plus::after,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue