1
0

Fix notification styling

This commit is contained in:
kolaente
2021-04-18 17:21:14 +02:00
parent 747a9fe505
commit adc0f23b49
2 changed files with 24 additions and 10 deletions

View File

@ -49,6 +49,7 @@
.single-notification {
display: flex;
align-items: center;
padding: 0.25rem 0;
transition: background-color $transition;
@ -70,10 +71,10 @@
}
.user {
display: flex;
display: inline-flex;
align-items: center;
width: auto;
margin-right: .25rem;
margin: 0 .5rem;
span {
font-family: $family-sans-serif;
@ -82,9 +83,13 @@
.avatar {
height: 16px;
}
img {
margin-right: 0;
}
}
.detail .created {
.created {
color: $grey-400;
}