Mercurial > libervia-templates
view sat_templates/templates/bulma/static/styles_noscript.css @ 363:cddac8502c4b
chat/message: fix urlize escaping on nunjucks:
Nunjucks imply to use `safe` when using `urlize`, while Jinja2 doesn't. Esacaping and safe
filter are added so that `urlize` can work with both engines.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 28 Jun 2023 10:40:53 +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; }