fixed up unitsetting

This commit is contained in:
Henry Jameson 2025-12-10 20:36:09 +02:00
commit 625954721e
3 changed files with 41 additions and 40 deletions

View file

@ -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>

View file

@ -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;

View file

@ -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"