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 {
|
.form-bottom-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-right: 0.5em;
|
gap: 1.5em;
|
||||||
margin-right: 0.5em;
|
|
||||||
max-width: 10em;
|
button {
|
||||||
|
padding: 0.5em;
|
||||||
|
margin: -0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview-heading {
|
.preview-heading {
|
||||||
|
|
|
||||||
|
|
@ -172,7 +172,7 @@
|
||||||
:disabled="posting && !optimisticPosting"
|
:disabled="posting && !optimisticPosting"
|
||||||
v-bind="propsToNative(inputProps)"
|
v-bind="propsToNative(inputProps)"
|
||||||
size="1"
|
size="1"
|
||||||
class="input form-post-subject"
|
class="input form-post-subject unstyled"
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</EmojiInput>
|
</EmojiInput>
|
||||||
|
|
@ -237,7 +237,7 @@
|
||||||
>
|
>
|
||||||
<Select
|
<Select
|
||||||
v-model="newStatus.contentType"
|
v-model="newStatus.contentType"
|
||||||
class="input form-control"
|
class="input form-control unstyled"
|
||||||
:attrs="{ 'aria-label': $t('post_status.content_type_selection') }"
|
:attrs="{ 'aria-label': $t('post_status.content_type_selection') }"
|
||||||
unstyled="true"
|
unstyled="true"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue