mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix mobile responsive design for footer
This commit is contained in:
parent
94f285695e
commit
ea16c01fa2
2 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 30px;
|
||||
max-height: 30vh;
|
||||
}
|
||||
|
||||
body .footer a {
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
<%= content %>
|
||||
|
||||
<div id="placeholder" style="margin: 8em;"></div>
|
||||
<div id="placeholder" style="padding: 6em;"></div>
|
||||
<div class="footer">
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-1 pure-u-md-1-3">
|
||||
|
|
Loading…
Reference in a new issue