diff --git a/src/components/rmrk/Gallery/Appreciation.vue b/src/components/rmrk/Gallery/Appreciation.vue index a1094f9d48..bbd17affc2 100644 --- a/src/components/rmrk/Gallery/Appreciation.vue +++ b/src/components/rmrk/Gallery/Appreciation.vue @@ -147,6 +147,7 @@ export default class Appreciation extends Mixins(RmrkVersionMixin) { .emote-picker { position: absolute; + left: 50px; z-index: 1; } @@ -155,6 +156,8 @@ export default class Appreciation extends Mixins(RmrkVersionMixin) { --ep-color-border: #db2980 !important; --ep-color-sbg: #000 !important; --ep-color-active: #db2980 !important; + border-width: $button-border-width !important; + border-radius: 0 !important; } .nft-appreciation__main {