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 {
|
.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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user