mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
parent
ca6d421153
commit
6fb0f946af
@ -324,6 +324,6 @@ td.hideColumn {
|
||||
padding-right: calc(1em + 3px);
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
body:not(.searching) .settings tbody:not(.selectedGroup) {
|
||||
body:not(.searching) .settings tbody.sectionBody:not(.selectedGroup) {
|
||||
display: none;
|
||||
}
|
@ -310,6 +310,7 @@
|
||||
|
||||
const addSection = function addSection(name){
|
||||
const body = document.createElement("tbody");
|
||||
body.className = "sectionBody";
|
||||
if (name){
|
||||
const row = document.createElement("tr");
|
||||
row.className = "section";
|
||||
|
@ -6,7 +6,7 @@ Version 0.5.13:
|
||||
-
|
||||
|
||||
fixes:
|
||||
-
|
||||
- display of url specific settings did not work properly
|
||||
|
||||
known issues:
|
||||
- if a data URL is blocked the page action button does not appear
|
||||
|
Loading…
x
Reference in New Issue
Block a user