diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-11 09:45:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-11 09:45:45 +0900 |
| commit | 2449b308ed3f2f0d2aa0161b1e2fb95c098925ff (patch) | |
| tree | c90e692d83ec38634e6919c3e9704b10323fb419 /src | |
| parent | Refactor (diff) | |
| download | misskey-2449b308ed3f2f0d2aa0161b1e2fb95c098925ff.tar.gz misskey-2449b308ed3f2f0d2aa0161b1e2fb95c098925ff.tar.bz2 misskey-2449b308ed3f2f0d2aa0161b1e2fb95c098925ff.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/timeline-post.tag | 1 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post.tag | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index 6d0f5ca830..4b9f4eec0c 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -246,6 +246,7 @@ font-size 80% color $theme-color-foreground background $theme-color + border-radius 4px > .media > img diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index d2313d0180..db71720574 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -226,6 +226,7 @@ font-size 80% color $theme-color-foreground background $theme-color + border-radius 4px > .media > img |