Remove padding from enlarged image container

This commit is contained in:
Cohee
2025-04-21 19:51:30 +03:00
parent d726aa5563
commit 361b557509

View File

@ -5091,7 +5091,7 @@ body:not(.sd) .mes_img_swipes {
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
padding: 0px;
height: 100%;
width: 100%;
}