chrome extensions (#4308)

Build chrome extensions that allow interaction with browser content
This commit is contained in:
so95
2025-01-03 09:15:36 +07:00
committed by GitHub
parent 52c20033d7
commit 6288b6d02b
16 changed files with 423 additions and 0 deletions

View File

@ -0,0 +1,20 @@
#ragflow {
font-family: "Segoe UI", Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
width: 320px;
}
#ragflow .window {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
overflow: hidden;
}
#ragflow #output {
position: absolute;
}