mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
a9ad143521
commit
aa9c26300b
1 changed files with 9 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.av {
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
|
||||
&__header {
|
||||
top: -43px;
|
||||
|
|
@ -10,8 +11,8 @@
|
|||
&__title {
|
||||
height: 30px;
|
||||
outline: none;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 30px;
|
||||
font-size: 16px;
|
||||
|
||||
&:empty::after {
|
||||
color: var(--b3-theme-on-surface);
|
||||
|
|
@ -71,6 +72,10 @@
|
|||
|
||||
.av__cell {
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -90,8 +95,8 @@
|
|||
align-items: center;
|
||||
|
||||
svg {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
margin-right: 5px;
|
||||
flex-shrink: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue