This commit is contained in:
2023-04-25 14:40:03 +08:00
parent 08e58b3abc
commit d7728ebfd6
4 changed files with 29 additions and 5 deletions

View File

@ -32,6 +32,7 @@ $buttonHeight: 28px;
.ui-popup-container {
min-width: 400px;
max-width: 800px;
max-height: 90vh;
background-color: var(--bg-color);
border-radius: var(--corner-radius);
box-shadow: 0 2px 8px var(--shadow-color);