mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Add buffer btwn content and footer on some pages
This commit is contained in:
@@ -590,3 +590,13 @@ hr {
|
||||
#content-navigation {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#footer_buffer {
|
||||
margin-top: 50vh;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 450px) {
|
||||
#footer_buffer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user