bemade-addons/openwebui_integration/static/src/css/openwebui.css

13 lines
187 B
CSS
Raw Normal View History

2025-01-16 18:42:16 -05:00
.o_openwebui_container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.o_openwebui_content {
flex: 1;
padding: 16px;
overflow: auto;
}