Vanessa 2022-11-27 16:48:43 +08:00
parent 77ac563117
commit 81224760da
7 changed files with 27 additions and 13 deletions

View file

@ -159,7 +159,7 @@
padding: 0 2px;
flex-shrink: 0;
height: 14px;
width: 12px;
width: 14px;
line-height: 14px;
font-size: 12px;

View file

@ -70,4 +70,11 @@
background-color: var(--b3-theme-background);
border-top: 1px solid var(--b3-theme-surface-lighter);
}
&__list {
position: relative;
height: calc(50% - 69px);
overflow: auto;
padding-bottom: 8px;
}
}