forked from midou/invidious
Fix description boxes smaller than 3 lines (#3668)
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user