Vanessa 2023-04-01 15:04:27 +08:00
parent 0eeca37084
commit 65fa302e1f
3 changed files with 85 additions and 20 deletions

View file

@ -281,6 +281,7 @@
&__util {
flex: 1;
overflow: auto;
background-color: var(--b3-theme-surface);
}
&__split {
@ -318,6 +319,44 @@
}
}
}
&__slash {
&-title {
font-size: 12px;
color: var(--b3-theme-on-surface);
line-height: 12px;
padding: 8px;
}
&-block {
display: flex;
padding: 0px 0 8px 8px;
}
&-item {
background-color: var(--b3-theme-background);
border-radius: 8px;
flex: 1;
display: flex;
align-items: center;
margin-right: 8px;
box-shadow: inset 0 0 0 .4px var(--b3-theme-on-surface-light);
}
&-empty {
flex: 1;
margin-right: 8px;
}
&-icon {
height: 24px;
width: 24px;
padding: 6px;
flex-shrink: 0;
margin: 6px 4px;
color: var(--b3-theme-on-surface);
}
}
}
.svg {