This commit is contained in:
dekun
2026-05-24 08:44:16 +08:00
parent 8b0607d83f
commit 5935b5449e
4 changed files with 57 additions and 19 deletions
+17
View File
@@ -515,7 +515,24 @@ body.hub-fullscreen-open {
padding: 16px 20px 24px;
}
.exchange-fullscreen.hidden {
display: none !important;
}
.exchange-fullscreen-backdrop {
position: fixed;
inset: 0;
z-index: 0;
border: none;
padding: 0;
margin: 0;
background: transparent;
cursor: pointer;
}
.exchange-fullscreen-panel {
position: relative;
z-index: 1;
max-width: 820px;
margin: 0 auto;
}