Fixed notification profile pics [Issue #14]

This commit is contained in:
Random Penguin 2025-03-01 22:27:29 +00:00
parent 4215ebd43f
commit 1a6e06c50c

View file

@ -104,6 +104,10 @@
content: '\f0f3'; content: '\f0f3';
color: var(--link-color); color: var(--link-color);
} }
.notif-item img.notif-image,
.intro-photo-wrapper img.intro-photo {
border-radius: 100%;
}
ul.nav-tabs { ul.nav-tabs {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;