mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 03:21:21 +08:00
This commit is contained in:
parent
892577723f
commit
fc9df791e2
@ -55,7 +55,7 @@ body {
|
|||||||
-webkit-font-smoothing: auto;
|
-webkit-font-smoothing: auto;
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
padding-left: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen {
|
.fullscreen {
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user