mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
80vh is too tall for modals
This commit is contained in:
parent
25ea84a6da
commit
2884698967
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "gerbil",
|
"name": "gerbil",
|
||||||
"productName": "Gerbil",
|
"productName": "Gerbil",
|
||||||
"version": "1.16.3",
|
"version": "1.16.4",
|
||||||
"description": "Run Large Language Models locally",
|
"description": "Run Large Language Models locally",
|
||||||
"main": "out/main/index.js",
|
"main": "out/main/index.js",
|
||||||
"homepage": "./",
|
"homepage": "./",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ export const Modal = ({
|
||||||
const content = tallContent ? (
|
const content = tallContent ? (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
height: '80vh',
|
height: '75vh',
|
||||||
padding: 0,
|
padding: 0,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue