Add border to enlarged img
This commit is contained in:
parent
c49f898886
commit
5fa158a37f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue