Use a PNG for the background gradient for better performance

This commit is contained in:
Quentin Gliech
2025-09-03 09:25:32 +02:00
parent c1694fe706
commit 29f2c1eb5e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -44,7 +44,7 @@ layer(compound);
);
--small-drop-shadow: 0px 1.2px 2.4px 0px rgba(0, 0, 0, 0.15);
--subtle-drop-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
--background-gradient: url("graphics/backgroundGradient.svg");
--background-gradient: url("graphics/backgroundGradient.png");
--call-view-overlay-layer: 1;
--call-view-header-footer-layer: 2;