mirror of https://gitlab.com/brutaldon/brutaldon
Fix bug in Lux theme
This commit is contained in:
parent
9b5599150f
commit
ae604f85b9
|
@ -183,3 +183,7 @@ input#id_poll_frequency
|
||||||
{
|
{
|
||||||
max-width: 10em;
|
max-width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.has-navbar-fixed-top, html.has-navbar-fixed-top {
|
||||||
|
padding-top: 5rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue