Fix empty description boxes.

If a video has no description, (without this commit) the description box will still take up 8.3em, even if there's no content in it.

This fixes that issue.
This commit is contained in:
amogusussy
2023-03-03 22:28:26 +00:00
committed by GitHub
parent 0995e0447c
commit 03542f2f5d

View File

@ -515,7 +515,7 @@ hr {
#descexpansionbutton ~ div {
overflow: hidden;
height: 8.3em;
max-height: 8.3em;
}
#descexpansionbutton:checked ~ div {