view sat_templates/templates/bulma/static/chat.css @ 351:aa30f8c20ae5 v0.8.0

v0.8.0 release
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 23:27:40 +0100
parents 6a26c8a43d10
children b2b859a62e70
line wrap: on
line source

#chat-panel {
	height: calc(100vh - 3.25rem);
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
}

#messages {
    overflow: auto;
}