Threadview for frio #4

Merged
tobias merged 39 commits from jakob/themes-community:main into main 2024-02-21 07:59:10 +01:00
2 changed files with 9 additions and 5 deletions
Showing only changes of commit 35a9be6f6c - Show all commits

View file

@ -5,3 +5,5 @@ Just place this two files in
reload your browser and you can choose in custom theme settings "Threadview" as Color-Scheme, which gives you pretty Thread-Lines on the left.
Also improves size of videos and images, so that they will fit always into screen. And the same for some veeeery long usernames too.
Deactivate "intelligent threadview", it's not intelligent, it confuses more, than it helps with threads.

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;
}