Fixed in-reply CSS, also included full column width (to have timelines take the whole screen size.)

This commit is contained in:
Hyper! (Stitch) 2017-11-22 14:12:04 +00:00
parent dae2949bcc
commit d7b6fa79cb
1 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,12 @@
background-color: #182230;
}
.reply-indicator,
.reply-indicator__content {
background-color: #182230;
color: #b9b9ba;
}
.status.status-public {
background-color: #121a24;
}
@ -18,7 +24,7 @@
.notification {
background-color: #121a24;
}
.display-name__html,
.display-name__account {
color: #d8a070;
}
@ -136,4 +142,7 @@
}
a.status-link{
color: #d8a070;
}
.column {
flex: 1 1 auto !important;
}