diff options
| author | shpuld <shp@cock.li> | 2017-11-08 11:27:22 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-08 11:27:22 +0200 |
| commit | 176421163b85ce2e5d63d82c914c245a15234132 (patch) | |
| tree | 10d103e9e8851e8301137e3928391be02309d4ae /src/components/status/status.vue | |
| parent | bfa04bfb11909c9e4af108973b5f34eaae6b9472 (diff) | |
| parent | 5dca57cc058bfb95e40e32714057cbf0d24ce679 (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into fix/polish-user-finder-and-nav-buttons
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index b8f71dd4..cc315a90 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -185,6 +185,15 @@ .status-content { margin: 3px 15px 4px 0; + img, video { + max-width: 100%; + max-height: 400px; + } + + blockquote { + margin: 0.2em 0 0.2em 2em; + font-style: italic; + } } p { |
