mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
parent
ca6d421153
commit
6fb0f946af
@ -324,6 +324,6 @@ td.hideColumn {
|
|||||||
padding-right: calc(1em + 3px);
|
padding-right: calc(1em + 3px);
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
body:not(.searching) .settings tbody:not(.selectedGroup) {
|
body:not(.searching) .settings tbody.sectionBody:not(.selectedGroup) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
@ -310,6 +310,7 @@
|
|||||||
|
|
||||||
const addSection = function addSection(name){
|
const addSection = function addSection(name){
|
||||||
const body = document.createElement("tbody");
|
const body = document.createElement("tbody");
|
||||||
|
body.className = "sectionBody";
|
||||||
if (name){
|
if (name){
|
||||||
const row = document.createElement("tr");
|
const row = document.createElement("tr");
|
||||||
row.className = "section";
|
row.className = "section";
|
||||||
|
@ -6,7 +6,7 @@ Version 0.5.13:
|
|||||||
-
|
-
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
-
|
- display of url specific settings did not work properly
|
||||||
|
|
||||||
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