Fixed notification profile pics [Issue #14]
This commit is contained in:
parent
e966febbba
commit
4215ebd43f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue