fix some view-drawbacks
update README
This commit is contained in:
parent
dbf32573d1
commit
d76659ff5a
2 changed files with 9 additions and 5 deletions
|
@ -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.
|
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.
|
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;
|
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) {
|
@media screen and (max-width: 767px) {
|
||||||
|
|
||||||
button[id^=like-] {
|
button[id^=like-] {
|
||||||
|
@ -146,13 +152,9 @@ div[class*=" thread_level"] {
|
||||||
.wall-item-name-link {
|
.wall-item-name-link {
|
||||||
word-wrap: anywhere !important;
|
word-wrap: anywhere !important;
|
||||||
}
|
}
|
||||||
.dropdown-toggle.active,
|
|
||||||
.button-likes.active,
|
|
||||||
.button-announces.active {
|
|
||||||
color: var(--active_btn_color) !important;
|
|
||||||
}
|
|
||||||
.dropdown-toggle,
|
.dropdown-toggle,
|
||||||
.button-likes,
|
.button-likes,
|
||||||
|
.button-event,
|
||||||
.button-announces {
|
.button-announces {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue