From 1fe15297ebd278efc13f1cf4fd1399144d025097 Mon Sep 17 00:00:00 2001 From: friedidli30 Date: Sun, 8 Sep 2024 17:32:54 +0530 Subject: [PATCH] [Fraiche][Pepper][Chillies] Fix panel stripping bug (#821) --- Chillies/files/Chillies/cinnamon/cinnamon.css | 8 ++++---- Fraiche/files/Fraiche/cinnamon/cinnamon.css | 8 ++++---- Pepper/files/Pepper/cinnamon/cinnamon.css | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Chillies/files/Chillies/cinnamon/cinnamon.css b/Chillies/files/Chillies/cinnamon/cinnamon.css index 28551a03f..d0dc2d53c 100644 --- a/Chillies/files/Chillies/cinnamon/cinnamon.css +++ b/Chillies/files/Chillies/cinnamon/cinnamon.css @@ -273,8 +273,8 @@ padding: 0px 0px; border-radius: 10px; background: url("g.png"); - background-size: contain; -background-repeat: repeat; + background-size: cover; +background-repeat: round; padding-right: 15px; padding-top: 2px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); @@ -284,8 +284,8 @@ padding-top: 2px; border-radius: 10px; background: url("g.png"); - background-size: contain; -background-repeat: repeat; + background-size: cover; +background-repeat: round; padding-top: 2px; padding-left: 15px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); diff --git a/Fraiche/files/Fraiche/cinnamon/cinnamon.css b/Fraiche/files/Fraiche/cinnamon/cinnamon.css index c49dbeb3c..639880571 100644 --- a/Fraiche/files/Fraiche/cinnamon/cinnamon.css +++ b/Fraiche/files/Fraiche/cinnamon/cinnamon.css @@ -274,8 +274,8 @@ padding: 0px 0px; border-radius: 10px; background: url("g.png"); - background-size: contain; -background-repeat: repeat; + background-size: cover; +background-repeat: round; padding-right: 15px; padding-top: 2px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); @@ -285,8 +285,8 @@ padding-top: 2px; border-radius: 10px; background: url("g.png"); - background-size: contain; -background-repeat: repeat; + background-size: cover; +background-repeat: round; padding-top: 2px; padding-left: 15px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); diff --git a/Pepper/files/Pepper/cinnamon/cinnamon.css b/Pepper/files/Pepper/cinnamon/cinnamon.css index cd7fe908e..21675dbf9 100644 --- a/Pepper/files/Pepper/cinnamon/cinnamon.css +++ b/Pepper/files/Pepper/cinnamon/cinnamon.css @@ -274,8 +274,8 @@ padding: 0px 0px; border-radius: 10px; background: url("g.png"); - background-size: contain; -background-repeat: repeat; + background-size: cover; +background-repeat: round; padding-right: 15px; padding-top: 2px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); @@ -285,8 +285,8 @@ padding-top: 2px; border-radius: 10px; background: url("g.png"); - background-size: contain; -background-repeat: repeat; + background-size: cover; +background-repeat: round; padding-top: 2px; padding-left: 15px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);