mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +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:

committed by
Mostafa Ahangarha

parent
4a4867deeb
commit
7ec93825b6
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user