forked from AkkomaGang/akkoma
Fixed in-reply CSS, also included full column width (to have timelines take the whole screen size.)
This commit is contained in:
parent
dae2949bcc
commit
d7b6fa79cb
1 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,12 @@ .column-header__button {
|
||||||
background-color: #182230;
|
background-color: #182230;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reply-indicator,
|
||||||
|
.reply-indicator__content {
|
||||||
|
background-color: #182230;
|
||||||
|
color: #b9b9ba;
|
||||||
|
}
|
||||||
|
|
||||||
.status.status-public {
|
.status.status-public {
|
||||||
background-color: #121a24;
|
background-color: #121a24;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +24,7 @@ .column-header__button.active {
|
||||||
.notification {
|
.notification {
|
||||||
background-color: #121a24;
|
background-color: #121a24;
|
||||||
}
|
}
|
||||||
|
.display-name__html,
|
||||||
.display-name__account {
|
.display-name__account {
|
||||||
color: #d8a070;
|
color: #d8a070;
|
||||||
}
|
}
|
||||||
|
@ -136,4 +142,7 @@ .notification__message{
|
||||||
}
|
}
|
||||||
a.status-link{
|
a.status-link{
|
||||||
color: #d8a070;
|
color: #d8a070;
|
||||||
|
}
|
||||||
|
.column {
|
||||||
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue