You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920
  1. #ragflow {
  2. font-family: "Segoe UI", Arial, sans-serif;
  3. margin: 0;
  4. padding: 0;
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. width: 320px;
  9. }
  10. #ragflow .window {
  11. display: flex;
  12. flex-direction: column;
  13. justify-content: space-between;
  14. flex: 1;
  15. overflow: hidden;
  16. }
  17. #ragflow #output {
  18. position: absolute;
  19. }