fruitbasket/webroot/styles/standalone-chat-readwrite.css
2022-10-01 14:30:18 +02:00

16 lines
156 B
CSS

:root {
--header-height: 2em;
}
header{
height: var(--header-height);
}
#messages-container {
height: 100vh;
}
#chat-container {
width: 100%;
}