#1313 Transparency for zoomed avatars

This commit is contained in:
Cohee 2023-11-05 19:01:48 +02:00
parent ebe5f355d3
commit 583c737106
1 changed files with 2 additions and 1 deletions

View File

@ -3525,6 +3525,7 @@ a {
aspect-ratio: 2 / 3;
padding: 0;
border: 0;
background-color: transparent;
}
.zoomed_avatar img {
@ -3704,4 +3705,4 @@ a {
height: 100vh;
z-index: 9999;
}
}
}