projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae2949
)
Fixed in-reply CSS, also included full column width (to have timelines take the whole...
author
Hyper! (Stitch)
<info@urgero.org>
Wed, 22 Nov 2017 14:12:04 +0000
(14:12 +0000)
committer
Hyper! (Stitch)
<info@urgero.org>
Wed, 22 Nov 2017 14:12:04 +0000
(14:12 +0000)
priv/static/packs/pl-dark-masto-fe.css
patch
|
blob
|
history
diff --git
a/priv/static/packs/pl-dark-masto-fe.css
b/priv/static/packs/pl-dark-masto-fe.css
index fdd987e5c5759cfc5ec5bd902aedde558d24645d..dc35b54080a38451f8cf5fdb0d4ad1e4d3069ab5 100644
(file)
--- 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