style: Make settings button appear as plain text

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-01-03 19:51:18 +00:00
parent 82d96f3b7b
commit 83cc49e7ec

View File

@@ -410,12 +410,12 @@ button.comment {
.settings-button { .settings-button {
float: right; float: right;
background: transparent; background: none;
border: 0; border: none;
padding: 0.25rem 0.75rem; padding: 0;
cursor: pointer; cursor: pointer;
color: inherit; color: inherit;
font-size: 1rem; font: inherit;
} }
.modal-overlay { .modal-overlay {