💄 外观调整

This commit is contained in:
Vanessa 2023-01-27 14:07:59 +08:00
parent ce45575740
commit 07fcf2feee
9 changed files with 14 additions and 7 deletions

View file

@ -13,6 +13,7 @@
display: flex;
flex-direction: column;
min-height: 160px;
border: 1px solid var(--b3-theme-surface-lighter);
&--open {
opacity: 1;

View file

@ -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 {

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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 {

View file

@ -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;