Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
450cbe56fd
|
@ -224,7 +224,7 @@
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<button v-else class="muted _button" @click="muted.muted = false">
|
<button v-else class="muted _button" @click="muted.muted = false" @contextmenu.stop.prevent>
|
||||||
<I18n :src="softMuteReasonI18nSrc(muted.what)" tag="small">
|
<I18n :src="softMuteReasonI18nSrc(muted.what)" tag="small">
|
||||||
<template #name>
|
<template #name>
|
||||||
<MkA
|
<MkA
|
||||||
|
@ -954,5 +954,8 @@ defineExpose({
|
||||||
._blur_text {
|
._blur_text {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
&:active ._blur_text {
|
||||||
|
filter: blur(0px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue