mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Change description-box from flex to block
I also make minor changes to the surroundings so that the same layout and functionality as before is preserved.
This commit is contained in:
parent
4a4867deeb
commit
7ec93825b6
2 changed files with 6 additions and 11 deletions
|
@ -492,11 +492,6 @@ hr {
|
|||
}
|
||||
|
||||
/* Description Expansion Styling*/
|
||||
#description-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#descexpansionbutton {
|
||||
display: none
|
||||
}
|
||||
|
@ -511,7 +506,7 @@ hr {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
#descexpansionbutton + label {
|
||||
#descexpansionbutton ~ label {
|
||||
order: 1;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue