Compare commits

..

No commits in common. "72c980dbc3a1a49662db8a4e30c207da1d5155dc" and "a59c9557a8fc068fe75d3404974b9eda3ddbec8d" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View file

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

View file

@ -153,7 +153,6 @@
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>