Widen widget language picker
This commit is contained in:
+3
-2
@@ -226,7 +226,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.widget-language-settings {
|
.widget-language-settings {
|
||||||
grid-template-columns: 132px minmax(180px, 1fr);
|
grid-template-columns: 112px minmax(230px, 1fr);
|
||||||
}
|
}
|
||||||
.effect-settings .full-row,
|
.effect-settings .full-row,
|
||||||
.effect-settings .ai-help,
|
.effect-settings .ai-help,
|
||||||
@@ -291,7 +291,8 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
|||||||
z-index: 20;
|
z-index: 20;
|
||||||
top: calc(100% + 5px);
|
top: calc(100% + 5px);
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: auto;
|
||||||
|
width: max(100%, 280px);
|
||||||
max-height: 230px;
|
max-height: 230px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user