mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-04 21:08:25 +00:00
fix long description overflow
This commit is contained in:
parent
8a44bd11d2
commit
1d187bcf17
@ -515,6 +515,10 @@ hr {
|
||||
|
||||
#descexpansionbutton ~ div {
|
||||
overflow: hidden;
|
||||
height: 8.3em;
|
||||
}
|
||||
|
||||
#descexpansionbutton:not(:checked) ~ div {
|
||||
max-height: 8.3em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user