Fixed margins and no dice message
This commit is contained in:
parent
0b4f18096e
commit
792d190cc1
1 changed files with 6 additions and 1 deletions
|
@ -125,7 +125,6 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);}
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 64px;
|
padding: 0 64px;
|
||||||
padding-bottom: 64px;
|
|
||||||
}
|
}
|
||||||
.content > div:empty::before {
|
.content > div:empty::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -139,6 +138,12 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);}
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content > div {
|
||||||
|
padding-bottom: 64px;
|
||||||
|
min-height: 100%;
|
||||||
|
box-sizing:border-box;
|
||||||
|
}
|
||||||
|
|
||||||
templates, template {
|
templates, template {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue