forked from friendica/themes-community
fix some view-drawbacks
update README
This commit is contained in:
parent
d096fb4899
commit
35a9be6f6c
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue