Compare commits
No commits in common. "72c980dbc3a1a49662db8a4e30c207da1d5155dc" and "a59c9557a8fc068fe75d3404974b9eda3ddbec8d" have entirely different histories.
72c980dbc3
...
a59c9557a8
3 changed files with 1 additions and 5 deletions
|
@ -202,9 +202,6 @@
|
|||
.title {
|
||||
font-size: 1.3em;
|
||||
margin-left: 0.6em;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -153,7 +153,6 @@
|
|||
margin-right: 0.8em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.timelines-background {
|
||||
padding: 0 0 0 0.6em;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue