Vanessa 2022-11-30 11:29:07 +08:00
parent 02d97326b6
commit 4f25021884
2 changed files with 9 additions and 3 deletions

View file

@ -21,7 +21,7 @@
position: relative;
border-bottom: 1px solid var(--b3-theme-surface-lighter);
&:hover .block__icon {
.block__icon {
opacity: 1;
}
@ -87,6 +87,12 @@
border-top: 1px solid var(--b3-theme-surface-lighter);
}
&__result {
white-space: nowrap;
margin-left: 5px;
line-height: 24px;
}
&__list {
position: relative;
flex: 1;