diff options
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 40 |
1 files changed, 17 insertions, 23 deletions
diff --git a/src/styles.css b/src/styles.css index b166d70..d57416e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -297,10 +297,22 @@ input[type=file]::file-selector-button { margin: 0; } +.no-margin-top { + margin-top: 0; +} + .margin-top-normal { margin-top: 0.4em; } +.margin-top-bigger { + margin-top: 0.5em; +} + +.margin-bot-bigger { + margin-bottom: 0.5em; +} + .margin-top-bot-small { margin-top: 0.2em; margin-bottom: 0.2em; @@ -359,6 +371,11 @@ input[type=file]::file-selector-button { /* Inputs, the type found in login and register */ +.textarea-new-msg { + min-height: 1.5em; + resize: vertical; +} + .fancy-input { box-sizing: border-box; margin-bottom: 0.5em; @@ -458,26 +475,3 @@ input[type=file]::file-selector-button { .form-attachment { background-color: #424242; } - -.form-attachments { - display: flex; - flex-wrap: wrap; - color: gray; - font-size: 0.75em; - margin: 0 0.3em; -} - -.remove-form-attachment { - font-size: 0.9em; - color: var(--failure); - background-color: white; - border-radius: 0.2em; - margin: 0 0.2em; - padding: 0.2em; -} - -.remove-form-attachment:hover { - color: white; - background-color: var(--failure); - cursor: pointer; -} |
