Remove padding from enlarged image container

361b557509ab5984dc84ed9e55f8fc1a723b45d8

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/style.css+1 -1
@@ -5091,7 +5091,7 @@ body:not(.sd) .mes_img_swipes {
5091 display: flex;5091 display: flex;
5092 flex-direction: column;5092 flex-direction: column;
5093 justify-content: center;5093 justify-content: center;
5094 padding: 10px;5094 padding: 0px;
5095 height: 100%;5095 height: 100%;
5096 width: 100%;5096 width: 100%;
5097}5097}