위젯 종료버튼 겹침문제 수정

This commit is contained in:
Macbook
2026-06-15 20:59:07 +09:00
parent 8b45362a00
commit 44f6ddfa0f
16 changed files with 263 additions and 53 deletions
+14
View File
@@ -1507,6 +1507,12 @@
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.btd-analysis-toolbar-right {
flex-shrink: 1;
justify-content: flex-end;
}
.btd-analysis-select--static {
@@ -1519,6 +1525,14 @@
background: color-mix(in srgb, var(--btd-bg) 60%, transparent);
}
.btd-analysis-tf-row {
flex: 1;
min-width: 0;
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: thin;
}
.btd-analysis-tool {
width: 28px;
height: 28px;