Files
llm/frontend/src/assets/main.css
wea_ondara 41474d474c added backend which maintains ai instances;
added frontend as control panel
2024-04-24 19:40:03 +02:00

12 lines
125 B
CSS

body {
height: 100vh;
width: 100vw;
overflow: hidden;
}
#app {
height: 100vh;
width: 100vw;
overflow: hidden;
}