feat: polish device list with status bar, compact mode, type icons
This commit is contained in:
parent
b07c322dc9
commit
f84fda8b5b
1 changed files with 1 additions and 10 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue