Skip to content

Commit

Permalink
fix panel striping bug
Browse files Browse the repository at this point in the history
  • Loading branch information
friedidli30 authored Sep 8, 2024
1 parent 4ed1e98 commit 120d1de
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 120d1de

Please sign in to comment.