Added top margin to model selector

This commit is contained in:
jeffser 2024-08-11 14:23:30 -06:00
parent bcc1f3fa65
commit 27558b85af
2 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,6 @@
.user_message:focus, .response_message:focus, .editing_message_textview:focus, .code_block:focus {
box-shadow: 0 0 1px 2px mix(@accent_color, @window_bg_color, 0.5);
}
.model_popover {
margin-top: 6px;
}

View File

@ -100,6 +100,9 @@
</style>
<property name="popover">
<object class="GtkPopover" id="model_popover">
<style>
<class name="model_popover"/>
</style>
<property name="has-arrow">false</property>
<child>
<object class="GtkBox">