mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
This commit is contained in:
parent
a5363fa0b4
commit
5c87b0cd7f
9 changed files with 306 additions and 243 deletions
|
|
@ -35,6 +35,7 @@
|
|||
@import "business/resize";
|
||||
@import "business/av";
|
||||
@import "business/emojis";
|
||||
@import "component/svg";
|
||||
|
||||
/*
|
||||
.status: 2
|
||||
|
|
@ -93,25 +94,6 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.svg {
|
||||
fill: currentColor;
|
||||
display: inline-block;
|
||||
stroke-width: 0;
|
||||
stroke: currentColor;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&--mid {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
&--small {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
background-color: var(--b3-toolbar-background);
|
||||
|
|
|
|||
24
app/src/assets/scss/component/_svg.scss
Normal file
24
app/src/assets/scss/component/_svg.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.svg {
|
||||
fill: currentColor;
|
||||
display: inline-block;
|
||||
stroke-width: 0;
|
||||
stroke: currentColor;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&--mid {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
&--small {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
&--smaller {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
@import "business/av";
|
||||
@import "business/search";
|
||||
@import "business/emojis";
|
||||
@import "component/svg";
|
||||
|
||||
.block__popover {
|
||||
width: 80vw;
|
||||
|
|
@ -138,6 +139,15 @@
|
|||
&:not(.toolbar__icon-deactivate):hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
}
|
||||
|
||||
&--history {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
|
@ -152,10 +162,6 @@
|
|||
color: var(--b3-theme-on-background);
|
||||
}
|
||||
|
||||
&__search {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
&__text {
|
||||
@include text-clamp(1);
|
||||
flex: 1;
|
||||
|
|
@ -395,6 +401,7 @@
|
|||
stroke: currentColor;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&--mid {
|
||||
width: 16px;
|
||||
|
|
@ -405,6 +412,11 @@
|
|||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
&--smaller {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#empty {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue