fix: 💄 scoped style fix

This commit is contained in:
ThatOneCalculator 2023-07-12 23:11:36 -07:00
parent 83f4e6f0ca
commit c1fe242a25
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="$style.root"
class="zoaiodol"
animation="150"
delay="100"
@end="save"
@ -245,8 +245,8 @@ definePageMetadata({
});
</script>
<style lang="scss" module>
.root {
<style lang="scss" scoped>
.zoaiodol {
padding: 12px;
font-size: 1.1em;