From f84fda8b5bc9934c82e24ea0676735f6bdfeef1a Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Fri, 13 Feb 2026 19:19:09 -0600 Subject: [PATCH] feat: polish device list with status bar, compact mode, type icons --- assets/css/app.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 2ab1ed1c..692996e4 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -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); }