Set width of dialog to full container in settings.html
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
.dialog {
|
.dialog {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 420px;
|
width: 100%;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
background: rgba(255,255,255,0.93);
|
background: rgba(255,255,255,0.93);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user