Compare commits
4 commits
a59c9557a8
...
72c980dbc3
Author | SHA1 | Date | |
---|---|---|---|
|
72c980dbc3 | ||
|
bc2da26dda | ||
|
dcc2ea548b | ||
|
74117a5520 |
3 changed files with 5 additions and 1 deletions
|
@ -202,6 +202,9 @@
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
margin-left: 0.6em;
|
margin-left: 0.6em;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,6 +153,7 @@
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timelines-background {
|
.timelines-background {
|
||||||
padding: 0 0 0 0.6em;
|
padding: 0 0 0 0.6em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -336,11 +336,11 @@
|
||||||
role="menu"
|
role="menu"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
v-if="!disableDraft"
|
||||||
class="menu-item dropdown-item dropdown-item-icon"
|
class="menu-item dropdown-item dropdown-item-icon"
|
||||||
role="menu"
|
role="menu"
|
||||||
@click.prevent="saveDraft"
|
@click.prevent="saveDraft"
|
||||||
@click="close"
|
@click="close"
|
||||||
v-if="!disableDraft"
|
|
||||||
>
|
>
|
||||||
{{ $t('post_status.save_to_drafts_button') }}
|
{{ $t('post_status.save_to_drafts_button') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue