aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
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 32e4a3eb..2850867d 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -157,30 +157,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