Skip to content

Commit

Permalink
feat: minimonitorview - css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Mar 19, 2020
1 parent 60b6a4c commit db5d617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 4 additions & 2 deletions client/assets/css/MiniChanStrip.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.monitor-chan-strip-body {
position: relative;
top: -290px;
position: absolute;
top: 2px;
left: 100px;
width: 620px;
height: 280px;
background-color: rgb(31, 31, 31);
Expand All @@ -21,6 +22,7 @@
}

.monitor-chan-strip-body > .parameters {
margin-top: 5px;
top: 5px;
left: 2px;
height: 900px;
Expand Down
10 changes: 2 additions & 8 deletions client/assets/css/MiniChannel.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@
margin: 4px;
border-radius: 7px;
width: 86px;
height: 90px;
height: 86px;
position: relative;
}
.channel-gain-label {
color: #777777;
font-size: 0.8em;
margin-top: 10px;
text-align: center;
}

.monitor-channel-strip-button {
outline : none;
Expand All @@ -21,7 +15,7 @@
margin-top: 5px;
margin-right: 3px;
color: white;
height: 60px;
height: 80px;
width: 80px;
font-size: 105%;
background-color: rgba(39, 39, 39, 0.308);
Expand Down

0 comments on commit db5d617

Please sign in to comment.