From 8889a36e9558b00326c22bcea50174443d70ff20 Mon Sep 17 00:00:00 2001 From: blavenie Date: Sat, 4 Nov 2017 11:34:26 +0100 Subject: [PATCH] [fix] Block view > bad title layout on mobile device - fix #596 --- www/templates/blockchain/view_block.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/www/templates/blockchain/view_block.html b/www/templates/blockchain/view_block.html index d543d266..b7ae0a06 100644 --- a/www/templates/blockchain/view_block.html +++ b/www/templates/blockchain/view_block.html @@ -1,10 +1,10 @@ - - {{'BLOCKCHAIN.VIEW.TITLE_CURRENT'|translate}} - {{'BLOCKCHAIN.VIEW.HEADER_TITLE'|translate:formData}} + + {{'BLOCKCHAIN.VIEW.TITLE_CURRENT'|translate}} + {{'BLOCKCHAIN.VIEW.TITLE'|translate:formData}} - +
@@ -21,7 +21,10 @@
-

{{'BLOCKCHAIN.VIEW.TITLE'|translate:formData}}

+

+ {{'BLOCKCHAIN.VIEW.TITLE'|translate:formData}} + {{'BLOCKCHAIN.VIEW.TITLE_CURRENT'|translate}} +

@@ -110,7 +113,9 @@
- + + + {{'BLOCKCHAIN.VIEW.DATA_DIVIDER' | translate}}