wip(desktop): progress
This commit is contained in:
parent
ada40decd1
commit
e694d4d880
6 changed files with 19 additions and 6 deletions
|
|
@ -16,6 +16,7 @@
|
|||
[data-component="dialog"] {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
margin-left: var(--dialog-left-margin);
|
||||
z-index: 50;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
[data-slot="dialog-container"] {
|
||||
position: relative;
|
||||
z-index: 50;
|
||||
width: min(calc(100vw - 16px), 624px);
|
||||
width: min(calc(100vw - 16px), 480px);
|
||||
height: min(calc(100vh - 16px), 512px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue