Vanessa 2022-10-19 10:25:20 +08:00
parent 892577723f
commit fc9df791e2
2 changed files with 5 additions and 2 deletions

View File

@ -55,7 +55,7 @@ body {
-webkit-font-smoothing: auto; -webkit-font-smoothing: auto;
.toolbar { .toolbar {
padding-left: 0; padding: 0;
} }
.fullscreen { .fullscreen {

View File

@ -162,7 +162,7 @@ progressLoading: 400
box-sizing: border-box; box-sizing: border-box;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
padding-left: 69px; padding: 0 5px 0 69px;
border-bottom: .5px solid var(--b3-border-color); border-bottom: .5px solid var(--b3-border-color);
&--browser { &--browser {
@ -219,6 +219,8 @@ progressLoading: 400
} }
&--close { &--close {
padding: 9px 16px;
svg { svg {
width: 10px !important; width: 10px !important;
} }
@ -238,6 +240,7 @@ progressLoading: 400
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
border-top: .5px solid var(--b3-border-color); border-top: .5px solid var(--b3-border-color);
padding: 0 5px;
.toolbar__item { .toolbar__item {
color: var(--b3-theme-on-surface); color: var(--b3-theme-on-surface);