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:
@@ -410,12 +410,12 @@ button.comment {
|
||||
|
||||
.settings-button {
|
||||
float: right;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0.25rem 0.75rem;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
font-size: 1rem;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.modal-overlay {
|
||||
|
||||
Reference in New Issue
Block a user