Fix admin image manager design

This commit is contained in:
KMY 2023-02-28 09:39:50 +09:00
parent bd839a8abc
commit f930b9db47
6 changed files with 42 additions and 8 deletions

View file

@ -380,3 +380,14 @@
color: $gold-star;
}
}
.batch-table__row--attention .media-attachments-table {
.image {
max-width: 80%;
max-height: 200px;
}
.detailed-status__meta {
margin-top: 8px;
}
}