view sat_templates/templates/bulma/static/chat.css @ 354:cac1a96f3df8

bulma (static): better padding on inline `code`
author Goffi <goffi@goffi.org>
date Fri, 25 Nov 2022 17:07:26 +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;
}