mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Added export and import for settings
This commit is contained in:
parent
41d9b7073f
commit
d531abb2de
10 changed files with 149 additions and 9 deletions
13
options/export.css
Normal file
13
options/export.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
html, body {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#settings {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
height: 95%;
|
||||
}
|
||||
#settings.invalid {
|
||||
background-color: pink;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue