From 51cf0970b3b990cd67c94c5fcc5d7c1c3f7f13df Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 16 May 2020 21:50:16 +0900 Subject: [PATCH] =?UTF-8?q?feat(client):=20=E3=83=AD=E3=83=BC=E3=82=AB?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E3=81=BF=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92?= =?UTF-8?q?=E5=85=AC=E9=96=8B=E7=AF=84=E5=9B=B2=E3=83=9C=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=81=AE=E6=A8=AA=E3=81=AB=E7=A7=BB=E5=8B=95?= 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(-) diff --git a/src/client/components/post-form.vue b/src/client/components/post-form.vue index 1dbca2385..05faea514 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 {