Skip to content

Commit

Permalink
Increase connection indicator margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Mar 9, 2020
1 parent 87306eb commit 5ec872f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Server/Pages/RemoteControl.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<button id="qualityButton" class="option-button">Quality <i class="far fa-image"></i></button>
</div>

<div style="margin-top:5px;">
<div style="margin-top:15px;">
<span>Connection: </span>
<i id="connectionRelayedIcon" class="fas fa-wifi connection-icon" title="Connection is relayed"></i>
<i id="connectionP2PIcon" class="fas fa-wifi connection-icon" title="Connection is peer-to-peer" style="display:none"></i>
Expand Down
2 changes: 1 addition & 1 deletion Server/wwwroot/css/remote-control-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ footer a {
}

.connection-icon {
padding: 15px;
padding: 5px;
}

#connectionRelayedIcon {
Expand Down
2 changes: 1 addition & 1 deletion Server/wwwroot/css/remote-control-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ footer a {
}

.connection-icon {
padding: 15px;
padding: 5px;
}

#connectionRelayedIcon {
Expand Down

0 comments on commit 5ec872f

Please sign in to comment.