Merge remote-tracking branch 'weblate/develop' into develop

This commit is contained in:
ThatOneCalculator 2023-07-11 23:45:39 -07:00
commit 5bc1d7ff86
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -12,7 +12,7 @@
<div v-panel style="border-radius: 6px">
<VueDraggable
v-model="reactions"
class="zoaiodol"
:class="$style.root"
animation="150"
delay="100"
@end="save"
@ -245,8 +245,8 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
.zoaiodol {
<style lang="scss" module>
.root {
padding: 12px;
font-size: 1.1em;