diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-20 11:51:52 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-20 11:51:52 +0000 |
| commit | 6ac8a43e28e11c6970ec62733a551f41ce04e80c (patch) | |
| tree | 203206877a3383205644bc4a447ed39e1e0c87e1 /src/components/status/status.vue | |
| parent | 099bac517af630a94ae049d0f357c9389144cf2b (diff) | |
| parent | 90c8d802790b29572423c680d7bd6af656c99ded (diff) | |
Merge branch 'fix/style-fixes-again' into 'develop'
More style fixes
See merge request pleroma/pleroma-fe!167
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index aa3fc987..5e3df8ba 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -39,7 +39,7 @@ </a> </div> <div class="media-body"> - <div class="base05 base05=border usercard" v-if="userExpanded"> + <div class="base03-border usercard" v-if="userExpanded"> <user-card-content :user="status.user" :switcher="false"></user-card-content> </div> <div class="user-content"> @@ -244,7 +244,7 @@ max-height: 400px; overflow-y: auto; overflow-x: hidden; - + img, video { max-width: 100%; max-height: 400px; @@ -383,14 +383,6 @@ margin-left: auto; } - .usercard { - border-style: solid; - border-width: 1px; - border-radius: 10px; - margin-bottom: 1em; - margin-top: 0.2em; - } - .reply-left { flex: 0; min-width: 48px; |
