removed title loader to minimize layout jumps

This commit is contained in:
Gani Georgiev
2026-04-23 14:12:59 +03:00
parent ae7041a889
commit a3ac674f36
5 changed files with 18 additions and 23 deletions
+4 -4
View File
@@ -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;
}