From 0e6a467c5f5c005aefbedbff6f91eb535a42f705 Mon Sep 17 00:00:00 2001 From: Swaroop Guggilam Date: Sun, 7 Aug 2022 12:07:43 -0400 Subject: [PATCH] minor improvements to display, help button --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- docs/css/base-structure.css | 16 +++++++--------- docs/index.html | 4 ++-- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4308902b..94c5d3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ ## History +* 2022/08/07 ver 3.0.1 + * Fixed cpu usage issue with gif library. + * Added Citation reference to readme. + * Improvement to sudoku mode to accept QWERTZ keybaord layout for shortcuts. + * Improvement to cleaning of edge marks in sudoku mode, only when both cells are filled. + * Improvement to help display button. * 2022/07/01 ver 2.26.21 * Handle long url directly using hash. * Fixed some bugs. diff --git a/README.md b/README.md index 1f4d2347..94134b09 100644 --- a/README.md +++ b/README.md @@ -629,7 +629,7 @@ Wall Logic :x: ; ### Settings * This function is to provide Penpa-site general settings like theme, custom color etc. * Display Theme: It currently offers only two options (light and dark). - * Responsive Mode: It currently offers two options (buttons to left side and buttons to right side). + * Display Layout: It currently offers two options (buttons to left side and buttons to right side). * Custom Colors: To enable custom colors in certain modes. * Sudoku PencilMarks: User preference for "Center" pencil mark size in "Sudoku" mode. * Dynamic - Upto 5 digits its larger size and then it becomes small. @@ -650,8 +650,8 @@ Wall Logic :x: ; * Timer: User can prefer to hide the entire timer area by selecting "hide" option. * Conflict Detection: It is upcoming feature. Some of the puzzle genres have smart checking ability. Default is ON. User can turn it OFF for the ongoing puzzle or for all the future puzzles. * Save Settings: Selecting yes, will save the following items in the browser cookies: - * Theme - * Responsive Mode + * Display Theme + * Display Layout * Tab settings * Reload button status * Gridtype diff --git a/docs/css/base-structure.css b/docs/css/base-structure.css index e31cc164..2b368702 100644 --- a/docs/css/base-structure.css +++ b/docs/css/base-structure.css @@ -1310,18 +1310,16 @@ sup { #page_help { position: relative; top: -1px; - background: url(images/help_icon.png); - background-repeat: no-repeat; - background-size: 100% 100%; - background-position: center; + background-color: var(--blueLightVery); vertical-align: middle; - width: 1.2em; - height: 1.2em; - margin: 0; - padding: 0; - aspect-ratio: 1; + font-weight: bold; + font-size: 0.7em; + margin: 0px; + padding: 2px; border: none; + border-radius: 50%; cursor: pointer; + text-decoration: underline; } /* todo -- tie to selected theme */ diff --git a/docs/index.html b/docs/index.html index 1690f34f..3f570835 100644 --- a/docs/index.html +++ b/docs/index.html @@ -133,7 +133,7 @@
@@ -1330,7 +1330,7 @@ - +