From 9c7c62732e9699f79b96800d8d21df920a0bdca6 Mon Sep 17 00:00:00 2001 From: Swaroop Guggilam Date: Fri, 19 Aug 2022 20:43:49 -0400 Subject: [PATCH] updated version number, changelog and code cleanup --- CHANGELOG.md | 2 +- docs/css/base-structure.css | 50 +++++++++++++------------------------ docs/index.html | 2 +- docs/js/class_p.js | 2 +- 4 files changed, 21 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5182ac9f..d15961d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## History -* 2022/xx/xx ver 3.0.3 +* 2022/08/19 ver 3.0.3 * Fixed keyboard movement of number and sudoku in hex grids. * Answer check translation and make the Solve Mode title clickable. * Allow alphabets to I/O Sudoku. diff --git a/docs/css/base-structure.css b/docs/css/base-structure.css index 4f03e809..97a83787 100644 --- a/docs/css/base-structure.css +++ b/docs/css/base-structure.css @@ -244,35 +244,11 @@ hr.newgridhrline { } #stylemode_button *, -#submode_button *{ +#submode_button * { line-height: 25px; vertical-align: middle; } -.submode_button { - position: relative; - text-align: left; - padding-top: 5px; - font-size: 12px; - height: 35px; -} - -.submode_button label { - font-size: 12px; -} - -.stylemode_button { - position: relative; - text-align: left; - padding-bottom: -5px; - font-size: 12px; - height: 35px; -} - -.stylemode_button label { - font-size: 14px; -} - .label_mode { display: inline; margin: 0px; @@ -1428,39 +1404,47 @@ sup { } #app-container.streaming-mode { - display:flex; - justify-content:left; - align-items:flex-start; - flex-direction:row-reverse; + display: flex; + justify-content: left; + align-items: flex-start; + flex-direction: row-reverse; margin: 35px 285px 0 30px !important; } + #app-container.streaming-mode #puzzletitle::before, -#app-container.streaming-mode #puzzleauthor::before{ +#app-container.streaming-mode #puzzleauthor::before { display: none; } + #app-container.streaming-mode #puzzletitle::after { content: " - "; } + #app-container.streaming-mode #puzzletitle, -#app-container.streaming-mode #puzzleauthor{ +#app-container.streaming-mode #puzzleauthor { display: inline; font-size: 2em; } + #app-container.streaming-mode #puzzlerules { display: none; } + #app-container.streaming-mode #puzzleinfo { width: auto; } + #app-container.streaming-mode #tool-container { margin-left: 20px; margin-right: 20px; margin-top: 6px; } + #app-container.streaming-mode #buttons { width: 100%; min-height: 200px; } + #app-container.streaming-mode #ruletext { display: block; user-select: text; @@ -1519,11 +1503,13 @@ sup { } @media (max-width: 850px) { + #app-container.responsive #mode_txt_space, #app-container.responsive #mode_break { display: inline; } } + @media (max-width: 600px) { body { margin: 0 auto; @@ -1564,4 +1550,4 @@ sup { margin: 5px; font-size: 30px; padding: 2px; -} +} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 03ae72a1..ffccf396 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@