Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-06-29 21:13:02 -07:00
commit 450cbe56fd
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 4 additions and 1 deletions

View File

@ -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>