mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
This commit is contained in:
parent
981aa900c9
commit
c2ed8dc893
5 changed files with 19 additions and 12 deletions
|
|
@ -180,9 +180,10 @@
|
|||
& > img,
|
||||
& > svg {
|
||||
float: left;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 2px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -179,7 +179,16 @@
|
|||
border: 0;
|
||||
padding: 0;
|
||||
color: var(--b3-theme-on-background);
|
||||
@include text-clamp(1)
|
||||
@include text-clamp(1);
|
||||
|
||||
// 搜索列表中自定义图标
|
||||
& > img,
|
||||
& > .custom-icon {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
float: left;
|
||||
margin-top: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
&__showall {
|
||||
|
|
|
|||
|
|
@ -108,7 +108,10 @@
|
|||
margin-right: 8px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
|
||||
& > svg {
|
||||
// 分屏下拉的页签列表
|
||||
& > svg,
|
||||
& > img {
|
||||
float: left;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,13 +36,6 @@
|
|||
top: 20px;
|
||||
}
|
||||
|
||||
&__list .custom-icon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
&__label {
|
||||
cursor: pointer;
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue