Add border to enlarged img

This commit is contained in:
Cohee 2023-10-22 00:43:21 +03:00
parent c49f898886
commit 5fa158a37f
1 changed files with 2 additions and 0 deletions

View File

@ -3064,6 +3064,8 @@ a {
max-width: 100%;
max-height: 100%;
border-radius: 2px;
border: 1px solid transparent;
outline: 1px solid var(--SmartThemeBorderColor);
}
.cropper-container {