Fixed notification profile pics [Issue #14]

This commit is contained in:
Random Penguin 2025-03-01 22:26:56 +00:00
parent e966febbba
commit 4215ebd43f

View file

@ -104,6 +104,10 @@ nav.navbar .nav > li > button:focus {
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;