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 {