wisp-gg / frontend

The frontend for WISP Game Panel
https://wisp.gg
MIT License
42 stars 15 forks source link

Add Targeted IDS for CSS Customization #318

Open SaltysKing opened 2 years ago

SaltysKing commented 2 years ago

Describe the feature and why you would like to see it.

Add Targeted IDS for CSS Customization, within each HTML element has a different ID so we can have further advanced CSS customization.

Right now the most you can do is remove portions of the panel, and its really hard to do much like extend the size of the text editor. Making it more friendly for less advanced CSS designers as well.

Describe the solution you'd like.

making each HTML element have a different ID, for example, this could be done automatically using JS and just adding it to each element loaded in.

Optional additional context to this request.

No response

mason-rogers commented 2 years ago

Is there anything in particular you need id's for, as its hard from our perspective to guess what people want to customise - we're happy to add id's to whatever you need to make it easier to target

SaltysKing commented 2 years ago

Yes things like the background, titles for each module, the file and text editor module.