mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Show only settings that are useful within the given settings set.
This commit is contained in:
parent
3cefcfe702
commit
1eddf48d20
5 changed files with 132 additions and 43 deletions
|
@ -7,7 +7,12 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.settings .settingRow td{
|
||||
.settings .settingRow.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.settings .settingRow .content {
|
||||
overflow: hidden;
|
||||
padding: 0.5em 0;
|
||||
border-top: 1px solid #c1c1c1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue