mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix description boxes smaller than 3 lines (#3668)
This commit is contained in:
commit
d79d6f38b2
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ hr {
|
||||||
|
|
||||||
#descexpansionbutton ~ div {
|
#descexpansionbutton ~ div {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 8.3em;
|
max-height: 8.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#descexpansionbutton:checked ~ div {
|
#descexpansionbutton:checked ~ div {
|
||||||
|
|
Loading…
Reference in a new issue