view sat_templates/templates/bulma/static/chat.css @ 332:3db3509cbad1

bulma: fix items/pagination ordering in various places following ordering fix in Libervia/SàT Pubsub
author Goffi <goffi@goffi.org>
date Sun, 06 Jun 2021 19:53:56 +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;
}