fix some view-drawbacks

update README
This commit is contained in:
Jakobus Schürz 2023-04-17 22:54:52 +02:00
commit d76659ff5a
2 changed files with 9 additions and 5 deletions

View file

@ -121,6 +121,12 @@ div[class*=" thread_level"] {
margin-left: 3px !important;
}
.dropdown-toggle.active,
.button-likes.active,
.button-event.active,
.button-announces.active {
color: var(--active_btn_color) !important;
}
@media screen and (max-width: 767px) {
button[id^=like-] {
@ -146,13 +152,9 @@ div[class*=" thread_level"] {
.wall-item-name-link {
word-wrap: anywhere !important;
}
.dropdown-toggle.active,
.button-likes.active,
.button-announces.active {
color: var(--active_btn_color) !important;
}
.dropdown-toggle,
.button-likes,
.button-event,
.button-announces {
color: #000;
}