testing out no borders on zoomed avatars

This commit is contained in:
RossAscends
2023-07-17 17:05:45 +09:00
parent 4324bc239b
commit d50c44f747

View File

@@ -4756,7 +4756,7 @@ body.waifuMode .zoomed_avatar {
} }
.zoomed_avatar img { .zoomed_avatar img {
border: 1px solid var(--white50a); /* border: 1px solid var(--white50a); */
border-radius: 20px; border-radius: 20px;
height: 100%; height: 100%;
width: 100%; width: 100%;
@@ -5383,4 +5383,4 @@ body.waifuMode .zoomed_avatar {
background-color: var(--SmartThemeBlurTintColor); background-color: var(--SmartThemeBlurTintColor);
text-align: center; text-align: center;
line-height: 14px; line-height: 14px;
} }