From 96adf5238e6d95719def1e3954e1b5bc28bc9e71 Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Sat, 7 Nov 2015 00:15:19 +0100 Subject: add button to preview your current post --- web/sass-files/sass/partials/_post.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 36f6f445e..ffcba3b6a 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -46,7 +46,21 @@ body.ios { .textarea-wrapper { position:relative; - min-height:37px; + min-height:57px; + .textbox-preview-area { + position: absolute; + z-index: 2; + top: 0; + left: 0; + box-shadow: none; + } + .textbox-preview-link { + position: absolute; + z-index: 3; + bottom: 0; + right: 10px; + cursor: pointer; + } } .date-separator, .new-separator { -- cgit v1.2.3-1-g7c22