feat: polish device list with status bar, compact mode, type icons

This commit is contained in:
Graham McIntire 2026-02-13 19:19:09 -06:00
parent b07c322dc9
commit f84fda8b5b

View file

@ -105,18 +105,9 @@
/* Hide 1Password live region */
[id="1p-live-region"] { display: none !important; }
/* Page transition animation */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(4px); }
to { opacity: 1; transform: translateY(0); }
}
.page-fade-in {
animation: fadeIn 0.15s ease-out;
}
/* This file is for your main application CSS */
/* Smooth page transitions */
/* Page transitions */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(4px); }
to { opacity: 1; transform: translateY(0); }