Browse Source

fix: styling issue

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
ecc841c57d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/lib/components/chat/ModelSelector/Selector.svelte

+ 3 - 0
src/lib/components/chat/ModelSelector/Selector.svelte

@@ -398,6 +398,9 @@
 					</div>
 				{/each}
 			</div>
+
+			<div class="hidden w-[42rem]" />
+			<div class="hidden w-[32rem]" />
 		</slot>
 	</DropdownMenu.Content>
 </DropdownMenu.Root>