Fix for Issue #7

This commit is contained in:
Random Penguin 2025-02-17 23:28:12 +00:00
parent 3219384eb3
commit d05a6be101

View file

@ -1522,6 +1522,31 @@ a.tag.label,
background-color: transparent;
border: 1px solid var(--link-color);
}
/* 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
===========================
*/