style: visible button w/out hovering in url preview
This commit is contained in:
parent
934a21776c
commit
cd121790b9
|
@ -56,7 +56,7 @@
|
||||||
<span>
|
<span>
|
||||||
<span :title="sitename || undefined">
|
<span :title="sitename || undefined">
|
||||||
<img v-if="icon" class="icon" :src="icon" />
|
<img v-if="icon" class="icon" :src="icon" />
|
||||||
{{ sitename }}:
|
{{ sitename }}
|
||||||
</span>
|
</span>
|
||||||
{{ description }}
|
{{ description }}
|
||||||
</span>
|
</span>
|
||||||
|
@ -220,7 +220,7 @@ onUnmounted(() => {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
opacity: 0;
|
opacity: 0.8;
|
||||||
transition: transform 0.2s, opacity 0.2s, background 0.2s;
|
transition: transform 0.2s, opacity 0.2s, background 0.2s;
|
||||||
}
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|
Loading…
Reference in New Issue