chore: refac

This commit is contained in:
Austin Pickett 2026-04-24 10:17:57 -04:00
parent 0fdbfad2b0
commit d3e56b9f39
5 changed files with 32 additions and 18 deletions

View file

@ -55,10 +55,17 @@ html {
font-size: var(--theme-base-size);
line-height: var(--theme-line-height);
letter-spacing: var(--theme-letter-spacing);
height: 100dvh;
max-height: 100dvh;
overflow: hidden;
}
body {
font-family: var(--theme-font-sans);
min-height: 0;
height: 100%;
margin: 0;
overflow: hidden;
}
code, kbd, pre, samp, .font-mono, .font-mono-ui {
@ -74,7 +81,10 @@ code, kbd, pre, samp, .font-mono, .font-mono-ui {
}
#root {
min-height: 100dvh;
min-height: 0;
height: 100%;
max-height: 100%;
overflow: hidden;
}
/* Nousnet's hermes-agent layout bumps `small` and `code` to readable