mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: mobile panel use 100% instead of 100vh for iframe compat
This commit is contained in:
@@ -2086,9 +2086,14 @@
|
||||
/* ==================== 响应式 ==================== */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#st-bme-panel-overlay {
|
||||
align-items: stretch;
|
||||
justify-content: stretch;
|
||||
}
|
||||
|
||||
#st-bme-panel {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user