aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css
index 64aa79f..0f60fd0 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -11,6 +11,7 @@
--success: forestgreen;
--failure: indianred;
--faded-color: #696969;
+ --navbar-height: 2.6em;
}
html,
@@ -287,6 +288,10 @@ input[type=file]::file-selector-button {
box-sizing: border-box;
}
+.under-navbar {
+ height: calc(100% - var(--navbar-height)) !important;
+}
+
/* Inputs, the type found in login and register */
.input-field {