summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMichael Manfre2022-11-27 13:09:46 -0500
committerGitHub2022-11-27 11:09:46 -0700
commit6c7ddedd342553b53dd98c8de9cbe9e8e2e8cd7c (patch)
treee34059bca5e13a8a614687face1153d63e7f5654 /static
parent263af996d8ed05e37ef5a62c6ed240216a6eb67b (diff)
downloadtakahe-6c7ddedd342553b53dd98c8de9cbe9e8e2e8cd7c.tar.gz
takahe-6c7ddedd342553b53dd98c8de9cbe9e8e2e8cd7c.tar.bz2
takahe-6c7ddedd342553b53dd98c8de9cbe9e8e2e8cd7c.zip
Post editing
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index dae2253..93ad329 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -768,11 +768,17 @@ h1.identity small {
content: "HIDE";
}
+.post .edited {
+ margin-left: 64px;
+ font-weight: lighter;
+ color: var(--color-text-duller);
+}
+
.post .content {
margin-left: 64px;
}
-.post.mini .content {
+.post.mini .content, .post.mini .edited {
margin-left: 0px;
}