1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-23 20:47:03 +00:00

ui: Move div.page into Page frame

This commit is contained in:
James Hillyerd
2018-12-15 20:36:39 -08:00
parent caec5e7c17
commit af3ed04100
8 changed files with 43 additions and 46 deletions

View File

@@ -115,7 +115,9 @@ header {
.page {
grid-area: page;
min-height: 0; /* Allows scrolling in nested flex/grids. */
/* Explicit minimums required for sizing/scrolling in nested flex+grids. */
min-height: 0;
min-width: 0;
}
footer {
@@ -159,7 +161,6 @@ h1 {
}
.flash-table {
max-width: 90vw;
overflow: auto;
}
@@ -310,7 +311,6 @@ li.navbar-active span,
.mailbox {
display: grid;
grid-area: page;
grid-gap: 1px 20px;
grid:
"ctrl mesg" auto