update sharkey css
All checks were successful
/ build (push) Successful in 26s

This commit is contained in:
Ruben 2025-05-01 09:29:54 -05:00
commit 96b147ca8e
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -22,7 +22,7 @@
top: 0 !important;
left: 0 !important;
width: 100% !important;
height 100% !important;
height: 100% !important;
opacity: .8;
animation: animatebg 60s linear infinite;
}
@ -115,10 +115,6 @@
/* margins around the instance info stuff to fit the background */
[class^="MkVisitorDashboard-root-"] {
padding: .5rem !important;
background: var(--MI_THEME-acrylicPanel);
-webkit-backdrop-filter: var(--MI-blur, blur(15px));
backdrop-filter: var(--MI-blur, blur(15px));
border-radius: var(--MI-radius-ellipse);
transition: padding .2s;
}
}