diff --git a/options/options.css b/options/options.css index c031bb2..61f7856 100644 --- a/options/options.css +++ b/options/options.css @@ -71,7 +71,15 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input { } .settings.hideDescriptions .settingRow .info { - margin: 0 0.5em; + margin: -0.5em 0; + width: 2em; + height: 100%; + display: inline-block; +} +.settings.hideDescriptions .settingRow .info::after { + font-family: Serif; + content: "i"; + margin: 0.5em; border-radius: 100%; background-color: gray; width: 1em; @@ -82,9 +90,6 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input { font-weight: bold; color: white; } -.settings.hideDescriptions .settingRow .info::after { - content: "i"; -} .settings.hideDescriptions .settingRow .info .description { display: none; } diff --git a/releaseNotes.txt b/releaseNotes.txt index 7af7f6d..129bd42 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -9,6 +9,7 @@ Version 0.5.9: fixes: - search could show hidden settings - faking audio did not work with white random generator + - enabled copying from settings description when they are "hidden" known issues: - if a data URL is blocked the page action button does not appear