mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Better container size on both mobile and desktop
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -44,5 +44,6 @@ a.is-disabled {
|
||||
}
|
||||
|
||||
$footer-padding: 3rem 1.5rem;
|
||||
$fullhd: 2000px;
|
||||
|
||||
@import "/node_modules/bulma/bulma.sass";
|
||||
Reference in New Issue
Block a user