Resource icon

Input overlay plugin based on HTML

abovnbyond

New Member
hello there!! I really like the freedom this input overlay provides altho its my very first time trying to learn html and I cant figure out why the saved copy doesnt save the colors and padding, I edited them from the inspect of chrome
( edited in chrome )
1664527685047.png


( this is how it shows up in obs )
1664527777047.png


Like I said I'm trying to learn html and maybe its not html that I need to edit , maybe I'm editing in the wrong place pls help!!
 

Zergatul

New Member
hello there!! I really like the freedom this input overlay provides altho its my very first time trying to learn html and I cant figure out why the saved copy doesnt save the colors and padding, I edited them from the inspect of chrome
( edited in chrome )
View attachment 87111

( this is how it shows up in obs )
View attachment 87112

Like I said I'm trying to learn html and maybe its not html that I need to edit , maybe I'm editing in the wrong place pls help!!
By default all changes you make in Chrome dev tools are not saved to disk. Chrome cannot know for sure where files are located on the disk. You can either setup Chrome to be able to save changes: https://developer.chrome.com/docs/devtools/workspaces/
Or edit files from some text editor
 
Top