위젯 종료버튼 겹침문제 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user