forked from AkkomaGang/akkoma-fe
polish preview styles a bit
This commit is contained in:
parent
3e09a708f6
commit
7859c5fe4b
1 changed files with 5 additions and 6 deletions
|
@ -80,8 +80,7 @@
|
|||
>
|
||||
{{ $t('post_status.preview') }}
|
||||
<i
|
||||
class="icon-down-open"
|
||||
:style="{ transform: showPreview ? 'rotate(0deg)' : 'rotate(-90deg)' }"
|
||||
:class="showPreview ? 'icon-up-open' : 'icon-down-open'"
|
||||
/>
|
||||
</a>
|
||||
<i
|
||||
|
@ -374,6 +373,7 @@
|
|||
}
|
||||
|
||||
.preview-heading {
|
||||
padding-left: 0.5em;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
|
@ -389,10 +389,9 @@
|
|||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-down-open {
|
||||
transition: transform 0.1s;
|
||||
i {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
||||
.preview-container {
|
||||
|
|
Loading…
Reference in a new issue