summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/lang/en.ftl1
-rw-r--r--res/lang/eo.ftl1
-rw-r--r--res/main.css5
3 files changed, 7 insertions, 0 deletions
diff --git a/res/lang/en.ftl b/res/lang/en.ftl
index e475611..26f4462 100644
--- a/res/lang/en.ftl
+++ b/res/lang/en.ftl
@@ -55,6 +55,7 @@ post_delete_title = Delete Post
post_likes_nothing = Looks like nobody has liked this post yet.
post_new = New Post
post_not_approved = This post has not been approved by the community.
+preview = Preview
register = Register
remote = Remote
reply = reply
diff --git a/res/lang/eo.ftl b/res/lang/eo.ftl
index 3ea23e0..47bfc91 100644
--- a/res/lang/eo.ftl
+++ b/res/lang/eo.ftl
@@ -55,6 +55,7 @@ post_delete_title = Forigi Poŝton
post_likes_nothing = Ŝajnas, ke neniu ankoraŭ ŝatis ĉi tion poŝton.
post_new = Nova Poŝto
post_not_approved = Ĉi tiu poŝto ne estas aprobita per la komunumo.
+preview = Antaŭprezenti
register = Registriĝi
remote = Fora
reply = respondi
diff --git a/res/main.css b/res/main.css
index f036c13..2ff6a0c 100644
--- a/res/main.css
+++ b/res/main.css
@@ -70,6 +70,11 @@ body {
margin-right: .5em;
}
+.preview {
+ margin-top: 1em;
+ border: 1px dashed black;
+}
+
@media (max-width: 768px) {
.communitySidebar {
display: none; /* TODO still show this somewhere */