mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 19:30:16 +01:00
This commit is contained in:
parent
b4395bfca4
commit
e936a2d5d7
5 changed files with 77 additions and 17 deletions
|
|
@ -31,12 +31,55 @@
|
|||
|
||||
.b3-list--mobile {
|
||||
|
||||
.counter {
|
||||
line-height: 36px;
|
||||
height: 36px;
|
||||
font-size: 16px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
& > .fn__flex-column {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b3-list-item {
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
line-height: 36px;
|
||||
padding: 4px;
|
||||
|
||||
&__icon {
|
||||
font-size: 18px;
|
||||
line-height: 36px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&__graphic {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 8px 4px;
|
||||
line-height: 20px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
&__toggle {
|
||||
padding: 11px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&__arrow {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
&__action {
|
||||
padding: 8px;
|
||||
height: 20px;
|
||||
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -65,7 +108,7 @@
|
|||
background: var(--b3-theme-background);
|
||||
|
||||
&--border {
|
||||
border-bottom: 1px solid var(--b3-theme-surface-lighter);
|
||||
border-bottom: .5px solid var(--b3-theme-background-light);
|
||||
}
|
||||
|
||||
&--dark {
|
||||
|
|
@ -73,8 +116,8 @@
|
|||
}
|
||||
|
||||
&__icon {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
padding: 8px;
|
||||
flex-shrink: 0;
|
||||
margin: 6px 4px;
|
||||
|
|
@ -97,11 +140,8 @@
|
|||
min-width: 1px;
|
||||
line-height: 30px;
|
||||
font-size: 17px;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&__search {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<svg id="toolbarFile" class="toolbar__icon">
|
||||
<use xlink:href="#iconMenu"></use>
|
||||
</svg>
|
||||
<input class="toolbar__title b3-text-field fn__hidden" id="toolbarName">
|
||||
<input class="toolbar__title fn__hidden" id="toolbarName">
|
||||
<svg id="toolbarSync" class="toolbar__icon fn__none">
|
||||
<use xlink:href="#iconCloudSucc"></use>
|
||||
</svg>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue