mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix for Issue #7
This commit is contained in:
parent
d05a6be101
commit
3752a6a422
1 changed files with 25 additions and 0 deletions
|
@ -3749,6 +3749,31 @@ a.tag.label,
|
||||||
border-color: gold !important;
|
border-color: gold !important;
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
/* Comment buttons on other peple's profile Conversations */
|
||||||
|
a.btn-link.button-comments {
|
||||||
|
width: fit-content;
|
||||||
|
text-align:center !important;
|
||||||
|
display: block;
|
||||||
|
margin-top:10px;
|
||||||
|
color: var(--nav-icon-color) !important;
|
||||||
|
}
|
||||||
|
a.btn-link.button-comments:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--link-color) !important;
|
||||||
|
}
|
||||||
|
a.btn-link.button-comments .fa {
|
||||||
|
width: 50px;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
a.btn-link.button-comments .fa::before {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
a.btn-link.button-comments::after {
|
||||||
|
font-size: 14px !important;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
}
|
||||||
/* Greater than Full-HD Width
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue