aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css
index 0a435a7..c06a9bd 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -122,6 +122,10 @@ input[type=file]::file-selector-button {
flex-wrap: wrap;
}
+.flex-no-wrap {
+ flex-wrap: nowrap;
+}
+
.flex-row {
flex-direction: row;
}
@@ -246,6 +250,17 @@ input[type=file]::file-selector-button {
padding-bottom: 0.2em;
}
+/* Margin */
+
+.margin-top-bot-small {
+ margin-top: 0.2em;
+ margin-bottom: 0.2em;
+}
+
+.margin-right-small {
+ margin-right: 0.2em;
+}
+
/* Cards */
.card {