Merge branch 'drafts-improvements' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-12-31 12:12:17 +02:00
commit 72c980dbc3
3 changed files with 5 additions and 1 deletions

View file

@ -202,6 +202,9 @@
.title {
font-size: 1.3em;
margin-left: 0.6em;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
}

View file

@ -153,6 +153,7 @@
margin-right: 0.8em;
font-size: 1.1em;
}
.timelines-background {
padding: 0 0 0 0.6em;
}

View file

@ -336,11 +336,11 @@
role="menu"
>
<button
v-if="!disableDraft"
class="menu-item dropdown-item dropdown-item-icon"
role="menu"
@click.prevent="saveDraft"
@click="close"
v-if="!disableDraft"
>
{{ $t('post_status.save_to_drafts_button') }}
</button>