mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-08-07 00:02:07 +00:00

### What problem does this PR solve? some chunk method pictures are not in English #437 feat: set the height of both html and body to 100% feat: add SharedChat feat: add shared hooks ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
@import url(./inter.less);
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: Inter;
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
#root {
|
|
height: 100%;
|
|
}
|
|
|
|
.ant-app {
|
|
height: 100%;
|
|
}
|