diff --git a/app/styles/app.scss b/app/styles/app.scss
index c528a5e..e622961 100644
--- a/app/styles/app.scss
+++ b/app/styles/app.scss
@@ -7,6 +7,7 @@ $playerBackColor: #F12B24;
$playerHeight: 400px;
$playerDefaultIconColor: #BBBBBB;
$footerHeight: 40px;
+$playerBottomHeight: 390px;
// BRIDGE FINDER
html {
@@ -25,6 +26,7 @@ body {
}
#settings {
+ padding-right: 0;
text-align: right;
}
@@ -158,6 +160,7 @@ md-list-item .md-no-style {
}
#hueControls {
+ max-width: 1200px;
position: relative;
}
@@ -669,6 +672,7 @@ md-switch.md-default-theme.md-checked .md-thumb {
}
#beatArea {
+ height: $playerBottomHeight;
position: relative;
padding-top: 20px;
}
@@ -710,8 +714,8 @@ md-switch.md-default-theme.md-checked .md-thumb {
}
#beatContainer {
- vertical-align: middle;
- padding: 0 10px;
+ padding: 0;
+ height: $playerBottomHeight;
md-switch {
bottom: 0;
position: absolute;
@@ -737,27 +741,16 @@ md-switch.md-default-theme.md-checked .md-thumb {
#beatHistory {
border: 1px solid #C5C5C5;
color: black;
- height: 300px;
+ height: 90%;
background-color: white;
border-radius: 10px;
width: 285px;
- margin: 0 auto 20px auto;
+ margin: 10px auto 20px auto;
overflow: auto;
padding: 10px;
box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.1);
}
-@media (min-width: 768px) {
- #playerBottom {
- display: table;
- }
- #beatArea, #beatContainer {
- float: none;
- display: table-cell;
- }
-}
-
-
// FANCY SPEAKER
/* Variables */
$centersize: 100px;
@@ -877,6 +870,8 @@ $vibrateblur1:1px;
position: relative;
background-color: #A8A8A8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), inset 3px 3px 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.8), inset 0 0 30px -5px rgba(0, 0, 0, 0.8);
+ top: 50%;
+ transform: translateY(-50%);
}
.rivet1 {
@extend %rivet;