diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-12 21:05:01 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-12 21:05:01 +0100 |
| commit | f0f5d8c9130a03b162c97f31450733ee269cf76d (patch) | |
| tree | db8ec4f941cef473906e85ea90286dda0f66f265 /src/App.scss | |
| parent | 4d6d916395b13d548e0b7f4dc98d85f6d29f0417 (diff) | |
CSS fixes for attachments in status posts.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/App.scss b/src/App.scss index 60fe9dcd..c155de73 100644 --- a/src/App.scss +++ b/src/App.scss @@ -41,18 +41,6 @@ a { padding: 0 10px 0 10px; } -form { - display: flex; - flex-direction: column; - padding: 0.5em; -} - -.form-group { - display: flex; - flex-direction: column; - padding: 0.5em; -} - .gaps { margin: -1em 0 0 -1em; } @@ -257,15 +245,6 @@ attention { color: $main-color; } -.form-bottom { - display: flex; - padding: 0.5em; - - button { - flex: 2; - } -} - .status-el { line-height: 18px; |
