Be slightly smarter with options, fix footer being 30px above or below bottom on short posts
This commit is contained in:
parent
b578b717d7
commit
a445759a69
@ -114,16 +114,17 @@ pre, form, fieldset, table, th, td, select, input {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.card, body.fixed_navbar {
|
|
||||||
padding-bottom: var(--footer-height);
|
padding-bottom: var(--footer-height);
|
||||||
min-height: calc(100vh - 60px);
|
font-size: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.card {
|
||||||
|
min-height: calc(100vh - 30px);
|
||||||
|
}
|
||||||
|
|
||||||
body.fixed_navbar {
|
body.fixed_navbar {
|
||||||
|
min-height: calc(100vh - 90px);
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user