From 36721b40f15fd607c5ebcfb6784d58a4b58810bf Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 25 Aug 2025 14:56:23 +0300 Subject: [PATCH] fix(MetaPreview): button positioning --- src/components/MetaPreview/ActionButton/styles.less | 1 - src/components/MetaPreview/styles.less | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/MetaPreview/ActionButton/styles.less b/src/components/MetaPreview/ActionButton/styles.less index d7a7c5f25..5382c26af 100644 --- a/src/components/MetaPreview/ActionButton/styles.less +++ b/src/components/MetaPreview/ActionButton/styles.less @@ -65,7 +65,6 @@ padding: 0 1rem; .icon-container { - height: 2rem; width: 2rem; } } diff --git a/src/components/MetaPreview/styles.less b/src/components/MetaPreview/styles.less index a614acf25..3fea95a5f 100644 --- a/src/components/MetaPreview/styles.less +++ b/src/components/MetaPreview/styles.less @@ -240,6 +240,10 @@ border-radius: 2rem; } } + + .ratings { + margin-right: 0; + } } }