mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: revert to flex:1 approach for mobile panel height
This commit is contained in:
@@ -2087,14 +2087,12 @@
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#st-bme-panel-overlay {
|
||||
align-items: stretch;
|
||||
justify-content: stretch;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#st-bme-panel {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: auto;
|
||||
flex: 1 1 0;
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
|
||||
Reference in New Issue
Block a user