prevent webkit from partly repainting the frame

This commit is contained in:
Spedon
2023-03-14 11:55:21 +08:00
parent 72760e6388
commit 95cc8e6971

View File

@@ -7,6 +7,8 @@
opacity: 1;
display: flex;
align-items: center;
// prevent webkit from partly repainting the frame
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
img {
max-height: 55vmin;