aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/Track.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/Track.scss')
-rw-r--r--src/client/views/nodes/Track.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/Track.scss b/src/client/views/nodes/Track.scss
index e922aa1df..74dc7b5a7 100644
--- a/src/client/views/nodes/Track.scss
+++ b/src/client/views/nodes/Track.scss
@@ -5,7 +5,7 @@
.datapane{
top:0px;
width: 100px;
- height: 100px;
+ height: 75px;
background-color: $light-color-secondary;
position:relative;
float:left;
@@ -16,7 +16,7 @@
.inner {
top:0px;
float:right;
- height: 100px;
+ height: 75px;
width: calc(100% - 100px);
background-color: $light-color;
border-style:solid;