Set width of dialog to full container in settings.html
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user