Revert "fix(frontend): モーダルダイアログがsafe areaを侵犯しないように"
This reverts commit d1a19951
This commit is contained in:
parent
05ef9e24aa
commit
e196ad365e
|
@ -85,7 +85,6 @@
|
|||
- Fix: Misskey 플러그인 설치 시 AiScript 버전 확인이 0.14.0 이후 버전에서 지원되지 않는 문제 수정 (misskey-dev/misskey#11729)
|
||||
- Fix: '대화'에서 Autocomplete를 사용할 수 없음
|
||||
- Fix: 누락된 안테나 소스 추가
|
||||
- Fix: 모달 팝업이 safe area를 침범하지 않도록
|
||||
- Fix: OffscreenCanvas undefined (MisskeyIO/misskey#165)
|
||||
- Fix: 대화 삭제가 올바르게 작동하지 않음
|
||||
- Fix: 유저 메뉴에서 '대화 시작하기'를 클릭하면 잘못된 페이지가 호출됨
|
||||
|
|
|
@ -433,8 +433,8 @@ defineExpose({
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto auto calc(env(safe-area-inset-bottom));
|
||||
padding: 32px;
|
||||
margin: auto;
|
||||
padding: 32px;
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
|
||||
|
@ -467,7 +467,7 @@ defineExpose({
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto auto calc(env(safe-area-inset-bottom));
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue