fix small screens avatar upload

This commit is contained in:
Henry Jameson 2025-08-07 15:20:33 +03:00
commit f27099a4b3

View file

@ -45,10 +45,10 @@
inset: 0; inset: 0;
justify-content: center; justify-content: center;
place-items: center center; place-items: center center;
overflow: auto;
} }
.dialog-modal.panel { .dialog-modal.panel {
max-height: 80vh;
max-width: 90vw; max-width: 90vw;
z-index: 2001; z-index: 2001;
cursor: default; cursor: default;