removed style for rounding bottom part of notifications because there's now

always "load more" footer
This commit is contained in:
Henry Jameson 2018-08-20 20:08:21 +03:00
parent 3ccea3442e
commit f9b0a95969
1 changed files with 0 additions and 11 deletions

View File

@ -211,15 +211,4 @@
margin-bottom: 0.3em;
}
}
// ugly as heck
&:last-child {
border-bottom: none;
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
.status-el {
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
}
}
}