style: Refine settings button style

This commit is contained in:
2026-01-03 19:51:16 +00:00
committed by Tanner Collin (aider)
parent 9d5ba84f0d
commit 82d96f3b7b

View File

@@ -411,11 +411,11 @@ button.comment {
.settings-button { .settings-button {
float: right; float: right;
background: transparent; background: transparent;
border: 1px solid #828282; border: 0;
border-radius: 4px;
padding: 0.25rem 0.75rem; padding: 0.25rem 0.75rem;
cursor: pointer; cursor: pointer;
color: inherit; color: inherit;
font-size: 1rem;
} }
.modal-overlay { .modal-overlay {