1
0

Set width of dialog to full container in settings.html

This commit is contained in:
2025-05-25 01:16:07 +02:00
parent 2e32537324
commit ccca8a32cb

View File

@@ -40,7 +40,7 @@
.dialog {
position: relative;
z-index: 10;
width: 420px;
width: 100%;
color: var(--accent);
background: rgba(255,255,255,0.93);
border-radius: 5px;