footer imrpove

This commit is contained in:
Mateusz Gruszczyński
2026-05-04 10:01:51 +02:00
parent 8389683975
commit ef22a3196d
6 changed files with 129 additions and 13 deletions

View File

@@ -936,3 +936,35 @@ body.mobile-mode #mobileList { padding-top: 5.2rem !important; }
.empty-state span {
color: var(--bs-secondary-color);
}
.footer-pref-hidden {
display: none !important;
}
/* Footer preferences */
.footer-preferences {
display: grid;
gap: .5rem;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.footer-pref-card {
align-items: center;
border: 1px solid var(--bs-border-color);
border-radius: .75rem;
display: flex;
gap: .55rem;
margin: 0;
padding: .6rem .7rem;
}
.footer-pref-card.active {
background: rgba(var(--bs-primary-rgb), .08);
border-color: rgba(var(--bs-primary-rgb), .35);
}
#statusClock,
#statusSockets {
white-space: nowrap;
}