From 195176e04a97b1d74dd8c7be946167f712f762f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 28 Apr 2017 17:20:01 +0200 Subject: [PATCH] more tweaks to the embedded version --- public/css/embed.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/embed.css b/public/css/embed.css index c9730288..a4940454 100755 --- a/public/css/embed.css +++ b/public/css/embed.css @@ -315,6 +315,10 @@ html { cursor: default; color: white; padding:0; + display: inline-flex; + align-items: center; + height: 36px; + justify-content: center; } .prev_page, .next_page, .last_page, .first_page{ @@ -343,5 +347,5 @@ html { } #wrapper{ - height: 94%; + /*height: 94%;*/ }