mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-02 12:43:38 +00:00
fix: increase greeting spacing on md screens (#26287)
This commit is contained in:
parent
afeebe103b
commit
3018a11e79
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<div
|
||||
class={[
|
||||
'pointer-events-none mb-4 hidden px-4 text-center text-balance',
|
||||
isEmpty && 'mb-[calc(50dvh-8rem)] md:mb-6 pointer-events-auto block!'
|
||||
isEmpty && 'mb-[calc(50dvh-8rem)] md:mb-8 pointer-events-auto block!'
|
||||
]}
|
||||
>
|
||||
<h1 class="mb-2 text-2xl font-semibold tracking-tight md:text-3xl">Hello there</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue