Mercurial > libervia-templates
view sat_templates/templates/bulma/static/styles_noscript.css @ 329:6a26c8a43d10
bulma (chat): fix chat:
those change are done to have a minimal chat working, but it's really basic. A
full-featured chat should come in a future version.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 07 May 2021 15:38:10 +0200 |
parents | b7e5ce6bc82d |
children |
line wrap: on
line source
#loading_screen { /* Loading screen doesn't make sense without JS, and must never be displayed */ display: none; } /********** * Panels * **********/ /* drawer needs to be opened to have the content visible */ .panel-drawer { max-height: none; opacity: 1; } .nojs_hide { display: none; }