Merge pull request #87 from trinityd/patch-1

Shorten neverending twitter timeline widget
This commit is contained in:
Aevann1 2021-10-26 23:30:51 +02:00 committed by GitHub
commit fb1b80f471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5646,3 +5646,9 @@ blockquote p {
.text-black-50 {
color: #808080 !important;
}
.timeline-Widget {
max-height: 500px !important;
overflow-y: scroll !important;
}