Fixed margins and no dice message

This commit is contained in:
MeowcaTheoRange 2022-06-18 17:54:55 -05:00
parent 0b4f18096e
commit 792d190cc1

View file

@ -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;
} }