diff --git a/README.md b/README.md index 5fceea43..1fcf5979 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ primary language is not English, you may consider also importing the English ver - * The _cog_ button will open the settings page. - * The _magnifying glass_ button will open the search page. - * The _question mark_ button will open a page with some general information about Yomichan. + * The _cog_ button will open the Settings page. + * The _magnifying glass_ button will open the Search page. + * The _question mark_ button will open the Information page. * The _profile_ button will appear when multiple profiles exist, allowing the current profile to be quickly changed. 2. Import the dictionaries you wish to use for term and kanji searches. If you do not have any dictionaries installed @@ -99,7 +99,7 @@ primary language is not English, you may consider also importing the English ver -3. Webpage text can be scanned by moving the cursor while holding the scanning modifier key, which is Shift +3. Webpage text can be scanned by moving the cursor while holding a modifier key, which is Shift by default. If definitions are found for the text at the cursor position, a popup window containing term definitions will open. This window can be dismissed by clicking anywhere outside of it. diff --git a/ext/bg/css/settings2.css b/ext/bg/css/settings2.css index 4a465a2c..46e859c1 100644 --- a/ext/bg/css/settings2.css +++ b/ext/bg/css/settings2.css @@ -45,9 +45,8 @@ --line-height-default: calc(20 / var(--font-size-no-units)); --outline-item-height: 40px; --outline-item-icon-size: 32px; - --input-short: 80px; - --input-height-short: 24px; - --input-half-width: calc(var(--input-width-large) / 2 - var(--padding) / 2); + --input-short-width: calc(var(--input-width-large) / 2 - var(--padding) / 2); + --input-short-height: 24px; --fab-button-size: 56px; --fab-button-padding: 16px; --modal-width: 600px; @@ -648,19 +647,14 @@ a.settings-item.settings-item-button { input[type=text].short-width, input[type=number].short-width, select.short-width { - width: var(--input-short); -} -input[type=text].half-width, -input[type=number].half-width, -select.short-width { - width: var(--input-half-width); + width: var(--input-short-width); } input[type=text].short-height, input[type=number].short-height, select.short-height { - height: var(--input-height-short); - margin-top: calc(var(--settings-group-right-max-height) - var(--input-height-short) - var(--font-size-small)); - line-height: var(--input-height-short); + height: var(--input-short-height); + margin-top: calc(var(--settings-group-right-max-height) - var(--input-short-height) - var(--font-size-small)); + line-height: var(--input-short-height); } .settings-item-button-group-container { max-height: none; diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index d29bd4a1..2f1e2f73 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -579,7 +579,7 @@
Shadow
@@ -876,9 +876,9 @@
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index 5ff3c818..44db4a77 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -40,16 +40,16 @@
- The cog button will open the settings page. + The cog button will open the Settings page.
- The magnifying glass button will open a search page, + The magnifying glass button will open the Search page, enabling text and terms to be looked up using the installed dictionaries. This can even be used in offline mode!
- The question mark button will open a page - with some general information about Yomichan. + The question mark button will open the Information page, + which has some helpful information and links about Yomichan.
@@ -74,12 +74,12 @@
- After dictionaries have been installed, webpage text can be scanned by moving the cursor while holding the scanning modifier key. - The default key is Shift, which can be configured below. + After dictionaries have been installed, webpage text can be scanned by moving the cursor while holding a modifier key. + The default key is Shift, which can be disabled or configured below.
- Clicking the speaker button of an entry in the popup search results + Clicking the speaker button of an entry in the search results will play an audio clip of a term's pronunciation using an online dictionary, if available.