feat(app.js, styles.css): add main flag for Gemini CLI auth files, update styles and filtering logic

This commit is contained in:
Luis Pater
2025-11-13 09:22:14 +08:00
parent 8b07159c35
commit d422606f99
2 changed files with 39 additions and 4 deletions

View File

@@ -1248,6 +1248,21 @@ body {
transform: translateY(-1px);
}
.btn-small.btn-warning {
background: #ff9800;
color: #fff;
border-color: #ff9800;
cursor: default;
}
.btn-small.btn-warning:disabled,
.btn-small.btn-warning[disabled] {
background: #fb8c00;
border-color: #fb8c00;
color: #fff;
opacity: 1;
}
.btn-small i {
font-size: 13px;
}