0
0
Fork 0
This commit is contained in:
xeltica 2021-10-03 01:56:08 +09:00
parent d8f127ab81
commit a8374321b9
37 changed files with 61 additions and 4321 deletions

View file

@ -69,6 +69,10 @@ small {
align-items: center;
background: #000000c0;
z-index: 40000;
&.top-left {
justify-content: flex-start;
align-items: flex-start;
}
}
.card.dialog {
@ -77,4 +81,14 @@ small {
}
min-width: min(100vw, 320px);
max-width: min(100vw, 600px);
}
}
.modal-menu-wrapper {
display: flex;
position: fixed;
flex-direction: column;
min-width: min(100vw, 240px);
border-radius: var(--radius);
padding: calc(var(--margin) / 2);
background: var(--panel);
}