mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +08:00
chrome extensions (#4308)
Build chrome extensions that allow interaction with browser content
This commit is contained in:
20
intergrations/extension_chrome/styles/popup.css
Normal file
20
intergrations/extension_chrome/styles/popup.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user