Change css to preview the graphics settings live (#4372)

<img width="1152" height="866" alt="settings"
src="https://github.com/user-attachments/assets/dff00f2e-775d-4b7e-8590-855813dcff7d"
/>


## Description:

Small qol change to be able to preview graphics settings changes

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory

## Please put your Discord username so you can be contacted if a bug or
regression is found:

Mr. Box
This commit is contained in:
Vivacious Box
2026-06-21 23:59:46 +02:00
committed by evanpelle
parent 4ee68b4ea7
commit 88aad8501e
@@ -609,11 +609,11 @@ export class GraphicsSettingsModal extends LitElement implements Controller {
return html`
<div
class="modal-overlay fixed inset-0 bg-black/60 backdrop-blur-xs z-2000 flex items-center justify-center p-4"
class="modal-overlay fixed inset-0 z-2000 flex items-center p-4 left-0 top-0 h-full w-fit"
@contextmenu=${(e: Event) => e.preventDefault()}
>
<div
class="bg-slate-800 border border-slate-600 rounded-lg max-w-md w-full max-h-[80vh] overflow-y-auto"
class="bg-slate-800 border border-slate-600 rounded-lg max-w-md h-full overflow-y-auto"
>
<div
class="flex items-center justify-between p-4 border-b border-slate-600"