mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
💄 外观调整
This commit is contained in:
parent
ce45575740
commit
07fcf2feee
9 changed files with 14 additions and 7 deletions
|
|
@ -13,6 +13,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 160px;
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
|
||||
&--open {
|
||||
opacity: 1;
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
transform: scale(.8);
|
||||
opacity: 0;
|
||||
transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
&__header {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
position: fixed;
|
||||
border-radius: 4px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
padding: 8px;
|
||||
z-index: 210;
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
position: fixed;
|
||||
border-radius: 4px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
z-index: 201;
|
||||
overflow: auto;
|
||||
|
|
@ -61,6 +62,7 @@
|
|||
position: fixed;
|
||||
border-radius: 4px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
padding: 8px;
|
||||
max-height: 80vh;
|
||||
|
|
|
|||
|
|
@ -613,6 +613,7 @@
|
|||
position: fixed;
|
||||
border-radius: 4px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
z-index: 304;
|
||||
padding: 4px;
|
||||
|
|
|
|||
|
|
@ -137,6 +137,7 @@ progressLoading: 400
|
|||
|
||||
.pcr-app {
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
border-radius: 4px;
|
||||
|
||||
.pcr-interaction .pcr-result {
|
||||
|
|
|
|||
|
|
@ -616,10 +616,10 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||
#dialogContainer > .dialog {
|
||||
padding: 8px;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
background-color: var(--b3-menu-background);
|
||||
border-radius: 4px;
|
||||
width: 520px;
|
||||
border: 0;
|
||||
position: absolute;
|
||||
inset-inline-start: 0px;
|
||||
inset-inline-end: 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue