Merge branch 'main' into chat-like-conversation
# Conflicts: # src/lib/Chat.svelte
This commit is contained in:
commit
9699d31b5f
|
@ -16,7 +16,7 @@
|
|||
<Navbar />
|
||||
|
||||
<section class="section">
|
||||
<div class="container is-fluid">
|
||||
<div class="container is-fullhd">
|
||||
<div class="columns">
|
||||
<div class="column is-one-fifth">
|
||||
<Sidebar bind:apiKey bind:sortedChats bind:activeChatId />
|
||||
|
|
|
@ -56,5 +56,6 @@ a.is-disabled {
|
|||
}
|
||||
|
||||
$footer-padding: 3rem 1.5rem;
|
||||
$fullhd: 2000px;
|
||||
|
||||
@import "/node_modules/bulma/bulma.sass";
|
Loading…
Reference in New Issue