From 068973aa71dcf7c96c15944ef4ab3686e4bf7bf5 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Mon, 4 Feb 2019 23:10:44 +0100 Subject: [PATCH] Fewer popup dialogs, more honesty --- source/index.html.jade | 6 +----- source/partials/about.html.jade | 11 ++++++++++- source/partials/help.html.jade | 4 ---- source/styles/style.css.styl | 1 + 4 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 source/partials/help.html.jade diff --git a/source/index.html.jade b/source/index.html.jade index 1ff75e4..2fd8e2b 100644 --- a/source/index.html.jade +++ b/source/index.html.jade @@ -32,11 +32,7 @@ html(ng-app="sideBySide" ng-controller="AppController") li a(href="" ng-click="flipPick()") i.fa.fa-bars - span Pick - li - a(href="" ng-click="showPage('help')") - i.fa.fa-question-circle - span Help + span Compare translations li a(href="" ng-click="showPage('about')") i.fa.fa-info-circle diff --git a/source/partials/about.html.jade b/source/partials/about.html.jade index 65a3e89..2828f1b 100644 --- a/source/partials/about.html.jade +++ b/source/partials/about.html.jade @@ -1,7 +1,16 @@ :markdown + ### Side By Side viewer + + Click on the bottom bar to pick which translations you want to see. + + Share the url – the currently visible translations and the section are + encoded in the url. + + --- + This project runs on free software, [grab the source code](https://github.com/tasuki/side-by-side)! - *Note: This is very much work in progress!* + *This used to be work in progress. Now it's just what it is.* Created by [Vít Brunner](http://tasuki.org). diff --git a/source/partials/help.html.jade b/source/partials/help.html.jade deleted file mode 100644 index 5b4241d..0000000 --- a/source/partials/help.html.jade +++ /dev/null @@ -1,4 +0,0 @@ -:markdown - * Click on the bottom bar to pick which translations you want to see. - * Share the currently visible translations and the current section – they - are encoded in the url. diff --git a/source/styles/style.css.styl b/source/styles/style.css.styl index 9f696d8..0fc695e 100644 --- a/source/styles/style.css.styl +++ b/source/styles/style.css.styl @@ -145,6 +145,7 @@ for columns in 1 .. max_columns display: block !important .ngdialog.ngdialog-theme-default .ngdialog-content + padding: 1px 18px line-height: inherit font-family: inherit font-size: inherit