Skip to content

Commit

Permalink
[Fraiche][Pepper][Chillies] Fix panel stripping bug (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
friedidli30 authored Sep 8, 2024
1 parent 2e4f836 commit 1fe1529
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Chillies/files/Chillies/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
8 changes: 4 additions & 4 deletions Fraiche/files/Fraiche/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
8 changes: 4 additions & 4 deletions Pepper/files/Pepper/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 1fe1529

Please sign in to comment.