bemade-addons/openwebui_integration/static/src/css/openwebui.css
2025-01-16 18:42:16 -05:00

12 lines
187 B
CSS

.o_openwebui_container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.o_openwebui_content {
flex: 1;
padding: 16px;
overflow: auto;
}