Update comments for background styling configuration
Replaced a single-line comment with a block comment in the background styling configuration. No functional changes were made; this is purely for better readability and maintainability.
This commit is contained in:
@@ -1166,12 +1166,12 @@ const styles = {
|
|||||||
backgroundPosition: "center",
|
backgroundPosition: "center",
|
||||||
backgroundRepeat: "no-repeat",
|
backgroundRepeat: "no-repeat",
|
||||||
|
|
||||||
// Blur ist teuer -> aber stabilisieren:
|
/* Blur ist teuer -> aber stabilisieren:
|
||||||
filter: "blur(6px) saturate(0.95) contrast(1.05)",
|
filter: "blur(6px) saturate(0.95) contrast(1.05)",
|
||||||
transform: "scale(1.06) translateZ(0)",
|
transform: "scale(1.06) translateZ(0)",
|
||||||
backfaceVisibility: "hidden",
|
backfaceVisibility: "hidden",
|
||||||
willChange: "transform",
|
willChange: "transform",
|
||||||
opacity: 0.95,
|
opacity: 0.95,*/
|
||||||
},
|
},
|
||||||
|
|
||||||
bgInkVignette: {
|
bgInkVignette: {
|
||||||
|
|||||||
Reference in New Issue
Block a user