Notifications: clean up styles

This commit is contained in:
Alex Gleason 2021-10-05 22:01:16 -05:00
parent d674d998e3
commit 42904dc82f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
6 changed files with 43 additions and 9 deletions

Binary file not shown.

View file

@ -25,14 +25,13 @@
vertical-align: middle;
display: inline-flex;
i.fa {
color: var(--highlight-text-color);
font-size: 20px;
margin-right: 0.2em;
}
.svg-icon {
margin-right: 0.2em;
color: var(--highlight-text-color);
svg {
stroke-width: 3px;
}
}
}

View file

@ -1,3 +1,12 @@
.notification {
border-bottom: 1px solid var(--brand-color--med);
padding: 10px 0;
}
.notification-mention {
padding: 15px 0;
}
.notification-favourite {
.status.status-direct {
background: transparent;
@ -28,13 +37,23 @@
}
}
.notification__favourite-icon-wrapper {
.notification__icon-wrapper {
left: -26px;
position: absolute;
.star-icon {
.svg-icon {
width: 20px;
height: 20px;
color: var(--highlight-text-color);
svg.icon-tabler-thumb-up {
color: $gold-star;
}
svg.feather-repeat {
color: var(--highlight-text-color);
}
}
}
.notification__display-name {
@ -55,3 +74,18 @@
.notification .status__wrapper {
box-shadow: none;
}
.notification {
.status-container {
padding: 0;
}
.status__wrapper {
border-radius: 0;
padding: 0;
}
.status {
padding-bottom: 8px !important;
}
}

View file

@ -444,6 +444,7 @@
flex: 1 1 auto;
position: relative;
min-height: 120px;
padding: 30px 15px;
}
}