unstyle the content type selector

This commit is contained in:
Henry Jameson 2025-08-14 13:08:03 +03:00
commit aa5688a43b
2 changed files with 8 additions and 5 deletions

View file

@ -41,9 +41,12 @@
.form-bottom-left {
display: flex;
padding-right: 0.5em;
margin-right: 0.5em;
max-width: 10em;
gap: 1.5em;
button {
padding: 0.5em;
margin: -0.5em;
}
}
.preview-heading {

View file

@ -172,7 +172,7 @@
:disabled="posting && !optimisticPosting"
v-bind="propsToNative(inputProps)"
size="1"
class="input form-post-subject"
class="input form-post-subject unstyled"
>
</template>
</EmojiInput>
@ -237,7 +237,7 @@
>
<Select
v-model="newStatus.contentType"
class="input form-control"
class="input form-control unstyled"
:attrs="{ 'aria-label': $t('post_status.content_type_selection') }"
unstyled="true"
>