view sat_templates/templates/bulma/static/styles_noscript.css @ 390:38635d393089

bulma (chat/reactions): use a special style for reactions made by the user.
author Goffi <goffi@goffi.org>
date Wed, 13 Dec 2023 22:01:46 +0100
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;
}