From 0133f3b5e9086fba5006314c183451974d50502c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 21 Mar 2021 15:48:03 +0200 Subject: Major redesign of post page component and removed post edit and delete functionality, as well as old navbar from it --- src/styles.css | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) (limited to 'src/styles.css') 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; -} -- cgit v1.2.3