Picker Modal: Fix avatar margin in mobile (#5088)

This commit is contained in:
Alexander Zinchuk 2024-10-26 13:01:51 +04:00
parent 8a7095f640
commit 0f744e4b33

View File

@ -21,6 +21,7 @@
@media (max-width: 600px) {
border-radius: 0;
padding-inline: 0.5rem;
}
}