fix layout

This commit is contained in:
samunohito 2024-07-28 07:57:27 +09:00
parent bac10659e0
commit 29dd5e59d7
2 changed files with 3 additions and 0 deletions

View File

@ -359,6 +359,8 @@ $cellHeight: 28px;
.contentArea, .inputArea { .contentArea, .inputArea {
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%;
max-width: 100%;
} }
.content { .content {

View File

@ -63,6 +63,7 @@ defineProps<{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
width: fit-content;
&.ranged { &.ranged {
background-color: var(--accentedBg); background-color: var(--accentedBg);