mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Merge branch 'main' into chat-like-conversation
# Conflicts: # src/lib/Chat.svelte
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container is-fluid">
|
<div class="container is-fullhd">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-one-fifth">
|
<div class="column is-one-fifth">
|
||||||
<Sidebar bind:apiKey bind:sortedChats bind:activeChatId />
|
<Sidebar bind:apiKey bind:sortedChats bind:activeChatId />
|
||||||
|
|||||||
@@ -56,5 +56,6 @@ a.is-disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$footer-padding: 3rem 1.5rem;
|
$footer-padding: 3rem 1.5rem;
|
||||||
|
$fullhd: 2000px;
|
||||||
|
|
||||||
@import "/node_modules/bulma/bulma.sass";
|
@import "/node_modules/bulma/bulma.sass";
|
||||||
Reference in New Issue
Block a user