summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorCadence Ember <cadence@disroot.org>2021-06-24 21:05:06 +1200
committerMostafa Ahangarha <ahangarha@riseup.net>2021-06-24 15:12:05 +0430
commit7ec93825b6e92667b345463d8d42e66764a83a57 (patch)
treee595b1f8adb36b166d9d1696b67858fed202dee5 /assets
parent4a4867deeb80e9d560131a55286c6163c79a20c5 (diff)
downloadinvidious-7ec93825b6e92667b345463d8d42e66764a83a57.tar.gz
invidious-7ec93825b6e92667b345463d8d42e66764a83a57.tar.bz2
invidious-7ec93825b6e92667b345463d8d42e66764a83a57.zip
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.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index de295501..808df295 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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;
}