mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
removed title loader to minimize layout jumps
This commit is contained in:
+4
-4
@@ -894,14 +894,14 @@ hr {
|
||||
background: var(--surfaceAlt1Color);
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
var(--surfaceAlt1Color) 8%,
|
||||
var(--surfaceAlt2Color) 18%,
|
||||
var(--surfaceAlt1Color) 33%
|
||||
var(--surfaceAlt1Color) 10%,
|
||||
var(--surfaceAlt2Color) 25%,
|
||||
var(--surfaceAlt1Color) 60%
|
||||
);
|
||||
background-size: 200% 100%;
|
||||
animation:
|
||||
fadeIn var(--animationSpeed),
|
||||
shine 0.8s linear infinite;
|
||||
shine 1s linear infinite;
|
||||
&.sm {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user