mirror of
https://github.com/iv-org/invidious.git
synced 2024-06-07 19:40:52 +00:00
Fix rendering of hr element
This commit is contained in:
parent
d9528f5cc3
commit
5f2e87f0e3
@ -662,3 +662,10 @@ body.dark-theme {
|
|||||||
content: "[ - ]";
|
content: "[ - ]";
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*With commit d9528f5 all contents of the page is now within a flexbox. However,
|
||||||
|
the hr element is rendered improperly within one.
|
||||||
|
See https://stackoverflow.com/a/34372979 for more info */
|
||||||
|
hr {
|
||||||
|
margin: auto 0 auto 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user