Skip to content

Commit

Permalink
Remove height from sound-player-overlay so that text can wrap cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Jul 16, 2023
1 parent ea41967 commit 80ff583
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,6 @@ StScrollBar StButton#vhandle:hover {
.sound-player-overlay {
border-top: 1px solid #c2c2c2;
width: 300px;
height: 5.25em;
padding: 16px;
spacing: 0.5em;
color: #464646;
Expand Down
1 change: 0 additions & 1 deletion src/Mint-Y/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,6 @@ StScrollBar {

.sound-player-overlay {
width: 290px;
height: 5.4em;
padding: 15px;
spacing: 0.5em;
background: rgba(47, 47, 47, 0.9);
Expand Down
1 change: 0 additions & 1 deletion src/Mint-Y/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,6 @@ StScrollBar {

.sound-player-overlay {
width: 290px;
height: 5.4em;
padding: 15px;
spacing: 0.5em;
background: rgba(232, 232, 232, 0.9);
Expand Down
1 change: 0 additions & 1 deletion src/Mint-Y/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,6 @@ StScrollBar {

&-overlay {
width: 290px;
height: 5.4em;
padding: 15px;
spacing: 0.5em;
background: transparentize($bg_color, 0.1);
Expand Down

0 comments on commit 80ff583

Please sign in to comment.