mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 13:38:06 +01:00
💄
This commit is contained in:
parent
685b7e1383
commit
49327bf274
9 changed files with 39 additions and 40 deletions
|
|
@ -137,8 +137,8 @@
|
|||
height: 42px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&--border {
|
||||
background-color: var(--b3-theme-surface);
|
||||
&--menu {
|
||||
background-color: var(--b3-menu-background);
|
||||
}
|
||||
|
||||
&:hover .block__icon:not([disabled]) {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
&--row {
|
||||
flex-direction: row;
|
||||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
border-bottom: 1px solid var(--b3-theme-surface-lighter);
|
||||
|
||||
.search__preview {
|
||||
border-top: 0;
|
||||
|
|
@ -98,12 +100,6 @@
|
|||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
&__result {
|
||||
white-space: nowrap;
|
||||
margin-left: 5px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
&__drag {
|
||||
cursor: row-resize;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -54,6 +54,10 @@
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
&--mid {
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
||||
&--text,
|
||||
&--cancel {
|
||||
color: var(--b3-theme-primary);
|
||||
|
|
|
|||
|
|
@ -628,7 +628,7 @@
|
|||
border-radius: 4px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
background-color: var(--b3-theme-surface);
|
||||
z-index: 304;
|
||||
padding: 4px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -624,7 +624,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||
padding: 8px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
background-color: var(--b3-theme-surface);
|
||||
border-radius: 4px;
|
||||
width: 520px;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue