aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyper! (Stitch) <info@urgero.org>2017-11-22 14:12:04 +0000
committerHyper! (Stitch) <info@urgero.org>2017-11-22 14:12:04 +0000
commitd7b6fa79cb0ac96bdb7c69e6da11c01092597a81 (patch)
tree517095205cd556c85e35c97ed6eff4f3207338d1
parentdae2949bcc7329a336d513588ff498ffde133a15 (diff)
downloadpleroma-d7b6fa79cb0ac96bdb7c69e6da11c01092597a81.tar.gz
Fixed in-reply CSS, also included full column width (to have timelines take the whole screen size.)
-rw-r--r--priv/static/packs/pl-dark-masto-fe.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css
index fdd987e5c..dc35b5408 100644
--- a/priv/static/packs/pl-dark-masto-fe.css
+++ b/priv/static/packs/pl-dark-masto-fe.css
@@ -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;
} \ No newline at end of file