Skip to content

Commit 285c873

Browse files
authored
fix: button spacing in mask layer
Add gap to message-box buttons in dark theme.
1 parent 5fe0736 commit 285c873

File tree

1 file changed

+6
-1
lines changed
  • src/content-script/limit/modal/style

1 file changed

+6
-1
lines changed

src/content-script/limit/modal/style/modal.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ body {
2323

2424
html[data-theme=dark] body {
2525
background-color: var(--el-fill-color-dark);
26-
}
26+
}
27+
28+
/* Fix message-box buttons */
29+
.el-message-box__btns {
30+
gap: 12px;
31+
}

0 commit comments

Comments
 (0)