adjust icon use

このコミットが含まれているのは:
Shpuld Shpuldson 2020-07-15 12:26:14 +03:00
コミット 51b235f7aa
1個のファイルの変更4行の追加1行の削除

ファイルの表示

@ -80,7 +80,8 @@
>
{{ $t('post_status.preview') }}
<i
:class="showPreview ? 'icon-up-open' : 'icon-down-open'"
class="icon-left-open"
:style="{ 'transform': showPreview ? 'rotate(90deg)' : 'rotate(-90deg)' }"
/>
</a>
<i
@ -385,11 +386,13 @@
.preview-toggle {
display: flex;
cursor: pointer;
user-select: none;
&:hover {
text-decoration: underline;
}
i {
margin-left: 0.2em;
font-size: 0.9em;
}
}