Create settings modal

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-09 09:40:20 +01:00
parent 6f7e5b9258
commit 6d8899c7de
6 changed files with 72 additions and 26 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
max-width: 70%;
position: relative;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
width: fit-content;
width: clamp(300px, 50vw, 600px);
border: 1px solid rgba(200, 200, 200, 0.3);
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);