unstyle the content type selector
This commit is contained in:
parent
f35633c855
commit
aa5688a43b
2 changed files with 8 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue