mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Change display to block
Change display from flex to block so that the direction of content would get properly set
This commit is contained in:
parent
3e8ddabcc1
commit
965a8ea9fd
1 changed files with 1 additions and 2 deletions
|
@ -493,8 +493,7 @@ hr {
|
|||
|
||||
/* Description Expansion Styling*/
|
||||
#description-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#descexpansionbutton {
|
||||
|
|
Loading…
Reference in a new issue