shadow and lighter border for zoomed avatars

This commit is contained in:
RossAscends
2023-05-01 18:08:26 +09:00
parent 86d62a88de
commit 6d79c379d2

View File

@@ -3687,10 +3687,11 @@ body.noShadows * {
}
#zoomed_avatar {
border: 1px solid var(--white30a);
border: 1px solid var(--white50a);
border-radius: 20px;
max-height: 60svh;
max-width: 40svh;
box-shadow: 0 0 10px black;
}
/* ---------- @media queries must always go at the bottom ------------*/