summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-27 14:05:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-27 14:05:01 +0900
commit06d917b4d771d6a821e01f482d7c68c5a6025c06 (patch)
tree5f1fa9d9741b06b2b75c05f26c7ddb876d20a470 /src/web
parent:art: (diff)
downloadmisskey-06d917b4d771d6a821e01f482d7c68c5a6025c06.tar.gz
misskey-06d917b4d771d6a821e01f482d7c68c5a6025c06.tar.bz2
misskey-06d917b4d771d6a821e01f482d7c68c5a6025c06.zip
:art:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/views/components/post-detail.vue5
-rw-r--r--src/web/app/desktop/views/components/posts.post.vue5
-rw-r--r--src/web/app/mobile/views/components/post-detail.vue5
-rw-r--r--src/web/app/mobile/views/components/posts.post.vue5
4 files changed, 16 insertions, 4 deletions
diff --git a/src/web/app/desktop/views/components/post-detail.vue b/src/web/app/desktop/views/components/post-detail.vue
index e6e0ffa021..b410531336 100644
--- a/src/web/app/desktop/views/components/post-detail.vue
+++ b/src/web/app/desktop/views/components/post-detail.vue
@@ -310,9 +310,12 @@ export default Vue.extend({
margin-top 8px
> .tags
+ margin 4px 0 0 0
+
> *
+ display inline-block
margin 0 8px 0 0
- padding 0 8px 0 16px
+ padding 2px 8px 2px 16px
font-size 90%
color #8d969e
background #edf0f3
diff --git a/src/web/app/desktop/views/components/posts.post.vue b/src/web/app/desktop/views/components/posts.post.vue
index 118884fcde..1981102334 100644
--- a/src/web/app/desktop/views/components/posts.post.vue
+++ b/src/web/app/desktop/views/components/posts.post.vue
@@ -438,9 +438,12 @@ export default Vue.extend({
color #a0bf46
> .tags
+ margin 4px 0 0 0
+
> *
+ display inline-block
margin 0 8px 0 0
- padding 0 8px 0 16px
+ padding 2px 8px 2px 16px
font-size 90%
color #8d969e
background #edf0f3
diff --git a/src/web/app/mobile/views/components/post-detail.vue b/src/web/app/mobile/views/components/post-detail.vue
index ae1c3fdc99..05ee071230 100644
--- a/src/web/app/mobile/views/components/post-detail.vue
+++ b/src/web/app/mobile/views/components/post-detail.vue
@@ -316,9 +316,12 @@ export default Vue.extend({
max-width 100%
> .tags
+ margin 4px 0 0 0
+
> *
+ display inline-block
margin 0 8px 0 0
- padding 0 8px 0 16px
+ padding 2px 8px 2px 16px
font-size 90%
color #8d969e
background #edf0f3
diff --git a/src/web/app/mobile/views/components/posts.post.vue b/src/web/app/mobile/views/components/posts.post.vue
index b98fadb433..2862191b34 100644
--- a/src/web/app/mobile/views/components/posts.post.vue
+++ b/src/web/app/mobile/views/components/posts.post.vue
@@ -371,9 +371,12 @@ export default Vue.extend({
color #a0bf46
> .tags
+ margin 4px 0 0 0
+
> *
+ display inline-block
margin 0 8px 0 0
- padding 0 8px 0 16px
+ padding 2px 8px 2px 16px
font-size 90%
color #8d969e
background #edf0f3