From e04f1cd5746c8d8e5e6cb4ed1a011ba635b29525 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 9 Feb 2019 19:48:19 +0100 Subject: [PATCH] help button with no help dialog yet --- src/public/stylesheets/style.css | 6 +++++- src/views/desktop.ejs | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index ad46a2bd3..29929d736 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -118,7 +118,7 @@ button.close { } .nav-link.active { - background-color: var(--more-accented-background-color) !important; + background-color: inherit; color: var(--main-text-color) !important; } @@ -578,6 +578,10 @@ button.icon-button { width: 15em; } +#global-menu .dropdown-menu { + width: 20em; +} + .ck.ck-block-toolbar-button { transform: translateX(10px); } diff --git a/src/views/desktop.ejs b/src/views/desktop.ejs index a426f692f..87e5e4f4f 100644 --- a/src/views/desktop.ejs +++ b/src/views/desktop.ejs @@ -61,9 +61,16 @@ Sync (0) + + + Show Help + F1 + + Open Dev Tools + CTRL+SHIFT+I