Compare commits

..

4 commits

Author SHA1 Message Date
Henry Jameson
72c980dbc3 Merge branch 'drafts-improvements' into shigusegubu-themes3 2024-12-31 12:12:17 +02:00
Henry Jameson
bc2da26dda lint 2024-12-31 12:09:37 +02:00
Henry Jameson
dcc2ea548b lint 2024-12-31 12:00:27 +02:00
Henry Jameson
74117a5520 notifications overflow fix 2024-12-31 11:57:33 +02:00
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>