1
0
Fork 0

Try this out, box sizing will be slightly off to the naked eye

This commit is contained in:
Lim Chee Aun 2023-09-07 12:00:50 +08:00
parent 10471090f5
commit aa12010b80

View file

@ -626,6 +626,7 @@
max-height: 60vh;
}
.status .media-container .media {
box-sizing: content-box;
--media-border-width: 1px;
--media-radius: 16px;
--media-radius-inner: 4px;