/* Hide counter and title in column (list) mode - ONLY in dashboard, not login */
#dashboardView .counter-display,
#dashboardView .app-title {
    display: none;
}

/* Show counter and title only in sticker and matrix modes */
.sticker-mode .counter-display,
.matrix-mode .counter-display,
.sticker-mode .app-title,
.matrix-mode .app-title {
    display: block;
}