mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: make ChatUI model selection theme-aware (#9200)
This commit is contained in:
@@ -442,7 +442,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
.provider-menu-item.v-list-item--active {
|
||||
background: #f2f2f2;
|
||||
background: rgba(var(--v-theme-primary), 0.08);
|
||||
color: rgb(var(--v-theme-on-surface));
|
||||
}
|
||||
|
||||
@@ -517,10 +517,6 @@ defineExpose({
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
:global(.v-theme--dark) .provider-menu-item.v-list-item--active {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.provider-trigger--header .provider-trigger-title {
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user