fix obvious bug

This commit is contained in:
Henry Jameson 2019-04-07 20:36:55 +03:00
parent 9108737d55
commit 5d2177a048

View file

@ -818,14 +818,6 @@ a.unmute {
flex: 1;
}
.timeline > {
.status-el:last-child {
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
border-bottom: none;
}
}
@media all and (max-width: 800px) {
.status-el {
.retweet-info {