fix(MetaPreview): button positioning

This commit is contained in:
Timothy Z. 2025-08-25 14:56:23 +03:00
parent 4eb297a4f2
commit 36721b40f1
2 changed files with 4 additions and 1 deletions

View file

@ -65,7 +65,6 @@
padding: 0 1rem;
.icon-container {
height: 2rem;
width: 2rem;
}
}

View file

@ -240,6 +240,10 @@
border-radius: 2rem;
}
}
.ratings {
margin-right: 0;
}
}
}