fix popup ui

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 83381b9623
commit 4be4ab9101
5 changed files with 85 additions and 27 deletions
+3 -3
View File
@@ -42,8 +42,8 @@
}
.popup-container {
width: 320px;
min-height: 400px;
/*width: 320px;*/
/*min-height: 400px;*/
display: flex;
flex-direction: column;
padding: 0;
@@ -52,7 +52,7 @@
}
.popup-header {
background-color: #F28B44;
background-color: var(--yakit-primary);
color: white;
padding: 12px 16px;
text-align: center;