summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-08-01 15:27:29 -0600
committerColin Reeder <colin@vpzom.click>2020-08-01 15:29:24 -0600
commit30eb3636cc7ccc968f4244eef7c39a4cf0a317ff (patch)
tree14d54c45ca85651529e6a4f92e753588a8298e84 /res
parente2e37561e002fd7dbf9087a8721198ca335d33d4 (diff)
Add Preview feature for posts (#78)
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 */