diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index aa1823fc3..38595b6c3 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -81,8 +81,6 @@ -webkit-box-align: center; -webkit-align-items: center; align-items: center; - -webkit-flex-wrap: wrap; - flex-wrap: wrap; -webkit-flex-shrink: 0; flex-shrink: 0; } @@ -321,6 +319,8 @@ -webkit-justify-content: center; justify-content: center; font-size: 1.5em; + margin-left: -0.5em; + margin-right: -0.5em; } .nowPlayingPageImageContainer { @@ -372,19 +372,15 @@ .nowPlayingInfoButtons .btnRepeat, .nowPlayingInfoButtons .btnRewind { - position: absolute; - left: 0; margin-left: 0; - padding-left: 7.3%; + margin-right: auto; font-size: smaller; } .nowPlayingInfoButtons .btnShuffleQueue, .nowPlayingInfoButtons .btnFastForward { - position: absolute; - right: 0; + margin-left: auto; margin-right: 0; - padding-right: 7.3%; font-size: smaller; }