Merge remote-tracking branch 'weblate/develop' into develop
This commit is contained in:
commit
5bc1d7ff86
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue