aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/styles.css b/src/styles.css
index 93ed57b..b166d70 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -277,6 +277,15 @@ input[type=file]::file-selector-button {
padding-left: 0.3em;
}
+.bot-padding-bigger {
+ padding-bottom: 0.5em;
+}
+
+.top-bot-padding-bigger {
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+}
+
.top-bot-padding-small {
padding-top: 0.2em;
padding-bottom: 0.2em;
@@ -446,6 +455,10 @@ input[type=file]::file-selector-button {
/* Form attachments (the ones that are shown while creating and editing a post) */
+.form-attachment {
+ background-color: #424242;
+}
+
.form-attachments {
display: flex;
flex-wrap: wrap;
@@ -454,20 +467,6 @@ input[type=file]::file-selector-button {
margin: 0 0.3em;
}
-.form-attachment {
- border: 2px solid black;
- border-radius: 0.6em;
- margin-top: 0.2em;
- margin-right: 0.2em;
- padding: 0.2em;
- display: flex;
- align-items: center;
-}
-
-.form-attachment:last-child {
- margin-right: 0;
-}
-
.remove-form-attachment {
font-size: 0.9em;
color: var(--failure);