Fix linear gradient colour on collapsed statuses in a few skins

staging
Blackle Mori 2019-08-16 00:28:05 -04:00 committed by multiple creatures
parent f9eaffc790
commit 0f84a7174c
4 changed files with 16 additions and 0 deletions

View File

@ -75,6 +75,10 @@
margin: 0em 0.5em 1em 0em;
}
.status.collapsed .status__content:after {
background: linear-gradient(transparentize(#302, 1), #302) !important;
}
// TL status prefix: move origin user text closer to icon
.notification__message,
.status__prepend {

View File

@ -60,6 +60,10 @@
margin: 1em 1.5em 2em 1em;
}
.status.collapsed .status__content:after {
background: linear-gradient(transparentize(#563, 1), #563) !important;
}
.detailed-status__action-bar {
background: #674 !important;
margin: -2.5em 3.5em 2em 3em;

View File

@ -76,6 +76,10 @@
margin: 0em 0.5em 1em 0em;
}
.status.collapsed .status__content:after {
background: linear-gradient(transparentize(#032, 1), #032) !important;
}
// TL status prefix: move origin user text closer to icon
.notification__message,
.status__prepend {

View File

@ -74,6 +74,10 @@
margin: 1em 1.5em 2em 1em;
}
.status.collapsed .status__content:after {
background: linear-gradient(transparentize($status_bg, 1), $status_bg) !important;
}
.account__header > div
{ background: rgba(0,0,0,.9) }