forked from AkkomaGang/akkoma-fe
place scope selector on the left consistently
This commit is contained in:
parent
0c102deeed
commit
6c6aa8446d
1 changed files with 8 additions and 9 deletions
|
@ -74,6 +74,13 @@
|
||||||
</p>
|
</p>
|
||||||
</EmojiInput>
|
</EmojiInput>
|
||||||
<div class="visibility-tray">
|
<div class="visibility-tray">
|
||||||
|
<scope-selector
|
||||||
|
:showAll="showAllScopes"
|
||||||
|
:userDefault="userDefaultScope"
|
||||||
|
:originalScope="copyMessageScope"
|
||||||
|
:initialScope="newStatus.visibility"
|
||||||
|
:onScopeChange="changeVis"/>
|
||||||
|
|
||||||
<div class="text-format" v-if="postFormats.length > 1">
|
<div class="text-format" v-if="postFormats.length > 1">
|
||||||
<label for="post-content-type" class="select">
|
<label for="post-content-type" class="select">
|
||||||
<select id="post-content-type" v-model="newStatus.contentType" class="form-control">
|
<select id="post-content-type" v-model="newStatus.contentType" class="form-control">
|
||||||
|
@ -89,13 +96,6 @@
|
||||||
{{$t(`post_status.content_type["${postFormats[0]}"]`)}}
|
{{$t(`post_status.content_type["${postFormats[0]}"]`)}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<scope-selector
|
|
||||||
:showAll="showAllScopes"
|
|
||||||
:userDefault="userDefaultScope"
|
|
||||||
:originalScope="copyMessageScope"
|
|
||||||
:initialScope="newStatus.visibility"
|
|
||||||
:onScopeChange="changeVis"/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<poll-form
|
<poll-form
|
||||||
|
@ -170,7 +170,6 @@
|
||||||
.visibility-tray {
|
.visibility-tray {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: row-reverse;
|
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue