view sat_templates/templates/bulma/static/chat.css @ 343:d28816a65b7f

(bulma) CSS: small redesign of inlined code
author Goffi <goffi@goffi.org>
date Fri, 15 Oct 2021 18:02:51 +0200
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;
}