mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
chore: refac
This commit is contained in:
parent
0fdbfad2b0
commit
d3e56b9f39
5 changed files with 32 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue