fix(editor): Fix the issue with icon Emojis not being centered (#16067)

Co-authored-by: luka <zhoupf@seirobotics.net>
This commit is contained in:
luka
2025-06-06 21:08:50 +08:00
committed by GitHub
parent 5437c3be4a
commit b7d394542f
2 changed files with 3 additions and 2 deletions

View File

@@ -162,7 +162,9 @@ const togglePopup = () => {
.container { .container {
position: relative; position: relative;
} }
.emoji-button {
padding: 0;
}
.popup { .popup {
position: absolute; position: absolute;
z-index: 1; z-index: 1;

View File

@@ -495,7 +495,6 @@ onMounted(() => {
.project-name { .project-name {
display: flex; display: flex;
gap: var(--spacing-2xs); gap: var(--spacing-2xs);
align-items: center;
.project-name-input { .project-name-input {
flex: 1; flex: 1;