aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 21:09:41 -0500
committerSamuel Johnson <[email protected]>2025-12-10 21:09:41 -0500
commita2be46099561e1c0585fa102a024a2d0692b6570 (patch)
tree983d2b2254b5b0e5988d114b71454be94d2abbb7
parenta128823f7cae86b9cf8fca729d93f60d4e6737c2 (diff)
Make pane pad instead of bottom elem
-rw-r--r--static/app.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/app.css b/static/app.css
index 6237fc0..438635f 100644
--- a/static/app.css
+++ b/static/app.css
@@ -125,6 +125,10 @@ input {
margin: 2em;
}
+.inner_pane {
+ padding-bottom: 2em;
+}
+
.topline_apart {
justify-content: space-between;
}
@@ -229,10 +233,6 @@ input {
width: 90%;
}
-.bottom_elem {
- margin-bottom: 2rem;
-}
-
.white {
background-color: white;
opacity: 0.65;
@@ -336,7 +336,7 @@ input {
padding: 0;
}
- .bottom_elem {
- margin-bottom: 3.75em;
+ .inner_pane {
+ padding-bottom: 4em;
}
}