mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-04-18 08:08:28 +02:00
enabled copying from settings description when they are "hidden"
Fixes #334
This commit is contained in:
parent
eb8906ea3b
commit
59f8e38722
@ -71,7 +71,15 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.settings.hideDescriptions .settingRow .info {
|
.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%;
|
border-radius: 100%;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
@ -82,9 +90,6 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.settings.hideDescriptions .settingRow .info::after {
|
|
||||||
content: "i";
|
|
||||||
}
|
|
||||||
.settings.hideDescriptions .settingRow .info .description {
|
.settings.hideDescriptions .settingRow .info .description {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ Version 0.5.9:
|
|||||||
fixes:
|
fixes:
|
||||||
- search could show hidden settings
|
- search could show hidden settings
|
||||||
- faking audio did not work with white random generator
|
- faking audio did not work with white random generator
|
||||||
|
- enabled copying from settings description when they are "hidden"
|
||||||
|
|
||||||
known issues:
|
known issues:
|
||||||
- if a data URL is blocked the page action button does not appear
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user