Skip to content

Commit 2b0fd85

Browse files
authored
Remove height from sound-player-overlay so that text can wrap cleanly (#453)
1 parent 2fa2083 commit 2b0fd85

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

files/usr/share/themes/Linux Mint/cinnamon/cinnamon.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,6 @@ StScrollBar StButton#vhandle:hover {
19051905

19061906
.sound-player-overlay {
19071907
width: 300px;
1908-
height: 5.6em;
19091908
padding: 15px;
19101909
spacing: 0.5em;
19111910
background: rgba(0, 0, 0, 0.8);

src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,6 @@ StScrollBar StButton#vhandle:hover {
18691869
.sound-player-overlay {
18701870
border-top: 1px solid #c2c2c2;
18711871
width: 300px;
1872-
height: 5.25em;
18731872
padding: 16px;
18741873
spacing: 0.5em;
18751874
color: #464646;

src/Mint-Y/cinnamon/cinnamon-dark.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,6 @@ StScrollBar {
14661466

14671467
.sound-player-overlay {
14681468
width: 290px;
1469-
height: 5.4em;
14701469
padding: 15px;
14711470
spacing: 0.5em;
14721471
background: rgba(47, 47, 47, 0.9);

src/Mint-Y/cinnamon/cinnamon.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,6 @@ StScrollBar {
14661466

14671467
.sound-player-overlay {
14681468
width: 290px;
1469-
height: 5.4em;
14701469
padding: 15px;
14711470
spacing: 0.5em;
14721471
background: rgba(232, 232, 232, 0.9);

src/Mint-Y/cinnamon/sass/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,6 @@ StScrollBar {
18881888

18891889
&-overlay {
18901890
width: 290px;
1891-
height: 5.4em;
18921891
padding: 15px;
18931892
spacing: 0.5em;
18941893
background: transparentize($bg_color, 0.1);

0 commit comments

Comments
 (0)