File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " lore-core"
3- version = " 0.1.58 "
3+ version = " 0.1.59 "
44edition = " 2024"
55autobins = false
66
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pub fn render_shell(shell: PageShell, content: String) -> String {
7777<html lang="en">
7878<head>
7979 <meta charset="utf-8">
80- <meta name="viewport" content="width=device-width, initial-scale=1">
80+ <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover ">
8181 <title>{title}</title>
8282 <style>{styles}</style>
8383</head>
@@ -5926,6 +5926,7 @@ fn shared_styles(theme: UiTheme, mode: ColorMode) -> String {
59265926 .chat-layout {
59275927 display: flex;
59285928 height: calc(100vh - 65px);
5929+ height: calc(100dvh - 65px);
59295930 overflow: hidden;
59305931 }
59315932 .chat-sidebar {
@@ -6234,7 +6235,7 @@ fn shared_styles(theme: UiTheme, mode: ColorMode) -> String {
62346235 .chat-input-form {
62356236 display: flex;
62366237 gap: var(--s-2);
6237- padding: var(--s-3) var(--s-4);
6238+ padding: var(--s-3) var(--s-4) calc(var(--s-3) + env(safe-area-inset-bottom)) ;
62386239 border-top: 1px solid var(--line);
62396240 align-items: flex-end;
62406241 }
You can’t perform that action at this time.
0 commit comments