Better container size on both mobile and desktop
This commit is contained in:
parent
b7fa95b0f3
commit
ac786b3dc8
|
@ -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";
|
Loading…
Reference in New Issue