mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
style: visible button w/out hovering in url preview
This commit is contained in:
parent
4f1c71a8d5
commit
5b45dfae4b
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
<span>
|
||||
<span :title="sitename || undefined">
|
||||
<img v-if="icon" class="icon" :src="icon" />
|
||||
{{ sitename }}:
|
||||
{{ sitename }}
|
||||
</span>
|
||||
{{ description }}
|
||||
</span>
|
||||
|
@ -220,7 +220,7 @@ onUnmounted(() => {
|
|||
padding: 14px;
|
||||
border-radius: var(--radius);
|
||||
transform: scale(0.95);
|
||||
opacity: 0;
|
||||
opacity: 0.8;
|
||||
transition: transform 0.2s, opacity 0.2s, background 0.2s;
|
||||
}
|
||||
&:hover,
|
||||
|
|
Loading…
Reference in a new issue