mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-09-15 17:26:57 +00:00
Remove inline CSS and inline JS
Gets rid of the inline CSS and inline JS. Allows for a stricter CSP implementation.
This commit is contained in:
parent
583615d2be
commit
71ab04c1f0
3 changed files with 19 additions and 6 deletions
|
@ -19,6 +19,11 @@ body{
|
|||
user-select:none
|
||||
}
|
||||
|
||||
|
||||
/* hide header checkboxes */
|
||||
#row-removeheader,#row-addheader{display:none}
|
||||
|
||||
|
||||
/* flex main column */
|
||||
html, body{height:100%}
|
||||
#column{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue