aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-04 12:55:09 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-04 12:55:09 +0100
commitacc439f26684d3d188542e904190532ac781c936 (patch)
treefd638a49edfd038567127d9a437d782179280a1f /src/App.scss
parent572aceb7e7a86c227f2d92c0abf651ba9c3cb4df (diff)
Attachment CSS fixes.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss24
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