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 {
display: flex;
align-items: center;
width: 100%;
max-width: 100%;
}
.content {

View File

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