forked from Shinonome/dots-hyprland
ai: allow selecting chatgpt-compatible chatbot provider (#152)
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
}
|
||||
|
||||
.separator-line {
|
||||
background-color: $outline;
|
||||
background-color: mix($subtext, $surface, 50%);
|
||||
min-width: 0.068rem;
|
||||
min-height: 0.068rem;
|
||||
}
|
||||
|
||||
@@ -557,6 +557,17 @@ $colorpicker_rounding: 0.341rem;
|
||||
color: $onSecondaryContainer;
|
||||
}
|
||||
|
||||
.sidebar-chat-providerswitcher {
|
||||
@include small-rounding;
|
||||
padding: 0.477rem 0.682rem;
|
||||
background-color: $textboxColor;
|
||||
color: $onSurfaceVariant;
|
||||
}
|
||||
|
||||
// .sidebar-chat-providerswitcher-list {
|
||||
// margin: 0.341rem 0rem;
|
||||
// }
|
||||
|
||||
.sidebar-chat-viewport {
|
||||
@include element_decel;
|
||||
// margin: 0.682rem 0rem;
|
||||
|
||||
Reference in New Issue
Block a user