mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 02:54:08 +00:00
add webkit prefix
This commit is contained in:
@@ -2543,6 +2543,7 @@ span.instanceStatus {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -3604,6 +3605,7 @@ ul {
|
||||
width: 100%;
|
||||
background: color-mix(in srgb, var(--black) 75%, transparent);
|
||||
backdrop-filter: blur(1px);
|
||||
-webkit-backdrop-filter: blur(1px);
|
||||
z-index: 102;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user