RAGflow/intergrations/extension_chrome/styles/popup.css

20 lines
341 B
CSS
Raw Normal View History

2025-03-24 11:19:28 +08:00
#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;
}