mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 07:20:13 +01:00
Add min-height to main app
Adds min-height: 80vh; The footer will stay always at the bottom on big screens and looks normal on mobile devices.
This commit is contained in:
parent
415740fea3
commit
9c1add4ff9
@ -7,6 +7,10 @@ select {
|
|||||||
font-family: Arial, Helvetica, sans-serif !important;
|
font-family: Arial, Helvetica, sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
min-height: 80vh;
|
||||||
|
}
|
||||||
|
|
||||||
h3.header {
|
h3.header {
|
||||||
margin-bottom: 2.5rem;
|
margin-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user