Remove padding from enlarged image container
| @@ -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 | } |