mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed Mention/Post-to-Group Button [Issue #16]
This commit is contained in:
parent
dd2d5ddb71
commit
3a8d6f89ef
1 changed files with 8 additions and 4 deletions
|
@ -1750,8 +1750,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 {
|
||||||
|
@ -2170,7 +2173,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,
|
||||||
|
@ -4388,8 +4390,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;
|
||||||
}
|
}
|
||||||
aside {
|
aside {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
|
@ -4811,7 +4816,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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue