Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
--checkbox-size: 15px; /* height and width of checkbox and radio inputs */
--page-spacing: 16px; /* space between page elements */
--page-margin-x: 32px; /* minimum space on left and right side of page */
--page-margin-bottom: 64px; /* space between last page element and footer */
}

@media (min-width: 768px) and (max-width: 1200px) {
Expand Down Expand Up @@ -479,7 +480,7 @@ img.ui.avatar,

.full.height {
flex-grow: 1;
padding-bottom: 80px;
padding-bottom: var(--page-margin-bottom);
}

.status-page-error {
Expand Down