From 51cf0970b3b990cd67c94c5fcc5d7c1c3f7f13df Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 16 May 2020 21:50:16 +0900 Subject: feat(client): ローカルのみボタンを公開範囲ボタンの横に移動 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/post-form.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/components/post-form.vue b/src/client/components/post-form.vue index 1dbca23857..05faea5146 100644 --- a/src/client/components/post-form.vue +++ b/src/client/components/post-form.vue @@ -15,6 +15,7 @@ + @@ -43,7 +44,6 @@ - @@ -626,6 +626,20 @@ export default Vue.extend({ height: 34px; width: 34px; margin: 0 8px; + + & + .localOnly { + margin-left: 0 !important; + } + } + + > .localOnly { + height: 34px; + width: 34px; + margin: 0 8px; + + &.active { + color: var(--accent); + } } > .submit { -- cgit v1.2.3-freya