This commit is contained in:
Vanessa 2023-08-04 14:16:47 +08:00
parent c737ecabb6
commit 901ea823cb
8 changed files with 174 additions and 42 deletions

View file

@ -93,11 +93,14 @@
&__title {
border-bottom: .5px solid var(--b3-theme-background-light);
line-height: 48px;
padding: 0 8px;
display: flex;
background-color: var(--b3-theme-background);
height: 48.5px;
& > .b3-menu__label {
line-height: 32.5px;
}
}
&__separator {

View file

@ -14,7 +14,8 @@
background-color: transparent;
height: 29px;
box-sizing: border-box;
font-size: 0;
font-size: 10px;
white-space: nowrap;
padding: 1px 6px;
&:focus {