fixed up unitsetting
This commit is contained in:
parent
76dd3540e4
commit
625954721e
3 changed files with 41 additions and 40 deletions
|
|
@ -7,9 +7,13 @@
|
|||
:for="path"
|
||||
class="setting-label size-label"
|
||||
>
|
||||
<ModifiedIndicator
|
||||
:changed="isChanged"
|
||||
:onclick="reset"
|
||||
/>
|
||||
{{ ' ' }}
|
||||
<slot />
|
||||
</label>
|
||||
{{ ' ' }}
|
||||
<span class="no-break setting-control">
|
||||
<input
|
||||
:id="path"
|
||||
|
|
@ -38,10 +42,6 @@
|
|||
</Select>
|
||||
</span>
|
||||
{{ ' ' }}
|
||||
<ModifiedIndicator
|
||||
:changed="isChanged"
|
||||
:onclick="reset"
|
||||
/>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
"label control"
|
||||
". desc"
|
||||
". draft";
|
||||
grid-template-columns: 2fr 3fr;
|
||||
grid-template-columns: 4fr 5fr;
|
||||
column-gap: 0.5em;
|
||||
align-items: baseline;
|
||||
padding: 0.5em 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
{{ $t('settings.replies_in_timeline') }}
|
||||
</ChoiceSetting>
|
||||
</li>
|
||||
<li class="setting-item">
|
||||
<li>
|
||||
<span class="setting-item">
|
||||
<span class="setting-label">
|
||||
{{ $t('user_card.default_mute_expiration') }}
|
||||
</span>
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
{{ option.label }}
|
||||
</option>
|
||||
</Select>
|
||||
</span>
|
||||
<ul
|
||||
v-if="onMuteDefaultActionLv1 === 'temporarily'"
|
||||
class="setting-list suboptions"
|
||||
|
|
@ -45,10 +47,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li
|
||||
class="setting-item"
|
||||
v-if="blockExpirationSupported"
|
||||
>
|
||||
<li v-if="blockExpirationSupported">
|
||||
<span class="setting-item">
|
||||
<span class="setting-label">
|
||||
{{ $t('user_card.default_block_expiration') }}
|
||||
</span>
|
||||
|
|
@ -65,6 +65,7 @@
|
|||
{{ option.label }}
|
||||
</option>
|
||||
</Select>
|
||||
</span>
|
||||
<ul
|
||||
v-if="onBlockDefaultActionLv1 === 'temporarily'"
|
||||
class="setting-list suboptions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue