diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-04 12:55:09 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-04 12:55:09 +0100 |
| commit | acc439f26684d3d188542e904190532ac781c936 (patch) | |
| tree | fd638a49edfd038567127d9a437d782179280a1f /src/App.scss | |
| parent | 572aceb7e7a86c227f2d92c0abf651ba9c3cb4df (diff) | |
Attachment CSS fixes.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/App.scss b/src/App.scss index a15751aa..4856f990 100644 --- a/src/App.scss +++ b/src/App.scss @@ -156,30 +156,6 @@ status.ng-enter.ng-enter-active { margin: 1em; } -.attachments { - display: flex; - flex-wrap: wrap; -} - -.attachment, attachment { - flex: 1 0 30%; - display: flex; - margin: 0.2em; - align-self: flex-start; - - img { - border: 1px solid; - border-radius: 0.5em; - width: 100%; - } - - video { - border: 1px solid; - border-radius: 0.5em; - width: 100%; - } - -} .media-body { flex: 1 |
