Add padding to macro settings panel so text is not flush to edges.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-23 17:24:07 +08:00
parent caf4996159
commit 1ba0014fff
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -694,10 +694,6 @@ button:disabled {
background: linear-gradient(90deg, rgba(255, 120, 80, 0.14), rgba(255, 176, 32, 0.1));
}
.settings-macro-panel {
margin-bottom: 16px;
}
.macro-event-form {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
@@ -2643,7 +2639,8 @@ button.btn-sm {
text-transform: none;
}
.settings-display-panel {
.settings-display-panel,
.settings-macro-panel {
margin-bottom: 16px;
padding: 14px 16px;
}