diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-20 11:10:58 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-20 11:10:58 +0200 |
| commit | 9794489573eaa3cd8bdc853c9d67db5145e22fe4 (patch) | |
| tree | c3451e3a5109fdb375607a13fdfad4a792c32b80 /src/styles.css | |
| parent | 6ef0be3bb1f9e28dffb653011e0f3555a22b7051 (diff) | |
| download | DevHive-Angular-9794489573eaa3cd8bdc853c9d67db5145e22fe4.tar DevHive-Angular-9794489573eaa3cd8bdc853c9d67db5145e22fe4.tar.gz DevHive-Angular-9794489573eaa3cd8bdc853c9d67db5145e22fe4.zip | |
Major rework of post attachment styling
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 15 |
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 { |
