forked from midou/invidious
CSS: fix long description overflow (#3711)
This commit is contained in:
commit
c0eab2b1f6
@ -515,6 +515,9 @@ hr {
|
||||
|
||||
#descexpansionbutton ~ div {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#descexpansionbutton:not(:checked) ~ div {
|
||||
max-height: 8.3em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user