Skip to content
Snippets Groups Projects
Commit a7552518 authored by David Trattnig's avatar David Trattnig
Browse files

refact: improve size of display section

parent 37053702
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,7 @@
<style lang="scss">
/* Media Player */
#aura-media-player {
width: 100%;
max-width: 375px;
width: 344px;
background-color: #ffffff;
box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
border-radius: 8px;
......@@ -140,8 +139,8 @@
position: relative;
}
#aura-media-player #aura-media-player-display {
width: 100%;
max-width: 375px;
width: 344px;
height: 344px;
overflow: hidden;
}
......@@ -201,10 +200,11 @@
#aura-media-player #aura-media-player-tab-now .aura-player-album-art {
box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
display: block;
width: 100%;
height: 375px;
width: 344px;
height: 344px;
background-size: 344px 344px;
background-position: center;
background-size: cover;
background-size: contain;
}
/* Tab: Playlist */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment