Skip to content

Commit

Permalink
Merge pull request #12 from muzik-apps/macos-config
Browse files Browse the repository at this point in the history
updated backdrop filter and filter to account for macOS config
  • Loading branch information
waveyboym authored Jan 24, 2024
2 parents 9626c66 + 6f8c01d commit 1bd84ad
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions muzik-offline/src/interface/styles/App/MiniPlayer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body {
justify-content: center;
align-items: center;
filter: blur(30px);
-webkit-filter: blur(30px);

img{
display: inline;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

.first_cover{
filter: $bg-blur-150;
-webkit-filter: $bg-blur-150;
}

.second_cover{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
.RectangleSongBox:hover, .RectangleSongBox-selected{
background: $on-hover-song;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
}

.RectangleSongBox:active{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
border: 1px solid $songs-container-border-col;
background: var(--var-songs-container-bg-col);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
box-shadow: $box-shadow-10-10-25;
padding: 9px;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
background: var(--var-songs-container-bg-col);
box-shadow: $box-shadow-10-10-25;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;
padding-right: 0px;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
background: var(--var-songs-container-bg-col);
box-shadow: $box-shadow-10-10-25;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;
padding-right: 0px;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
background: var(--var-songs-container-bg-col);
box-shadow: $box-shadow-10-10-25;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;
display: flex;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
box-shadow: $box-shadow-10-10-25;
background: var(--var-songs-container-bg-col);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;
font-size: 16px;
resize: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
background: var(--var-songs-container-bg-col);
box-shadow: $box-shadow-10-10-25;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;
display: flex;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
border: 1px solid $songs-container-border-col;
background: var(--var-songs-container-bg-col);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;
padding-right: 0px;
box-shadow: $box-shadow-10-10-25;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
border-top-left-radius: 20px;
border-top-right-radius: 20px;
filter: var(--var-layer-blur-300);
-webkit-filter: var(--var-layer-blur-300);

img{
display: inline;
Expand Down Expand Up @@ -57,6 +58,7 @@
overflow: hidden;
position: absolute;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);

.art_and_song_details{
display: flex;
Expand Down Expand Up @@ -320,5 +322,6 @@
width: calc(100vw - 2px);
background: var(--var-glass-music-bar-bg);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
justify-content: center;
align-items: center;
filter: blur(30px);
-webkit-filter: blur(30px);

img{
display: inline;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

.first_cover{
filter: $bg-blur-150;
-webkit-filter: $bg-blur-150;
}

.second_cover{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
background: var(--var-songs-container-bg-col);
box-shadow: $box-shadow-10-10-25;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
border-radius: 20px;

.music_cover_art{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
border: 1px solid $songs-container-border-col;
background: var(--var-songs-container-bg-col);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
box-shadow: $box-shadow-10-10-25;
bottom: 86px;
display: flex;
Expand Down Expand Up @@ -54,6 +55,7 @@

.first_cover{
filter: $layer-blur-50;
-webkit-filter: $layer-blur-50;
}

.second_cover{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
border: 1px solid $songs-container-border-col;
background: var(--var-songs-container-bg-col);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
box-shadow: $box-shadow-10-10-25;
padding: 9px;
padding-right: 0px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

.first_cover{
filter: $bg-blur-150;
-webkit-filter: $bg-blur-150;
}

.second_cover{
Expand Down
1 change: 1 addition & 0 deletions muzik-offline/src/interface/styles/pages/AlbumDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
display: flex;
background: $btn-clickable;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
height: 34px;
border-radius: 15px;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
display: flex;
background: $btn-clickable;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
height: 34px;
border-radius: 15px;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions muzik-offline/src/interface/styles/pages/GenreView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
display: flex;
background: $btn-clickable;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
height: 34px;
border-radius: 15px;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions muzik-offline/src/interface/styles/pages/PlaylistView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
display: flex;
background: $btn-clickable;
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
height: 34px;
border-radius: 15px;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions muzik-offline/src/interface/styles/pages/Settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
border: 1px solid $songs-container-border-col;
background: var(--var-songs-container-bg-col);
backdrop-filter: var(--var-bg-blur-150);
-webkit-backdrop-filter: var(--var-bg-blur-150);
box-shadow: $box-shadow-10-10-25;

/* Track */
Expand Down

0 comments on commit 1bd84ad

Please sign in to comment.