Skip to content

Commit 9e067bf

Browse files
committed
Small TV Tower CSS fixes.
1 parent d5ab63f commit 9e067bf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Pages/Index.cshtml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222

2323
<div id="top-group" class="row sb">
2424
<div id="top-left-group" class="row">
25-
26-
<div id="tv-tower" class="row">
27-
</div>
28-
2925
<div class="container" id="position-container">
3026
<span id="position" class="value"></span>
3127
<span class="label">Position</span>
@@ -339,4 +335,6 @@
339335
<div id="p2p-bar">
340336
<span id="p2p-text"></span>
341337
</div>
342-
</div>
338+
</div>
339+
340+
<div id="tv-tower" class="row"></div>

wwwroot/css/app.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,18 +923,21 @@ progress#revs::-webkit-progress-value {
923923

924924
height: fit-content;
925925
background-color: rgba(0, 0, 0, 0.4);
926-
margin-top: 12px;
927-
margin-left: 12px;
928926
display: block;
929927
border-radius: 5px 5px 5px 0px;
930928
padding-left: 3px;
929+
930+
position: fixed;
931+
top: 300px;
932+
left: 12px;
931933
}
932934

933935

934936
#tv-tower .tv-tower-driver {
935937
height: 19px;
936938
width: 100%;
937939
margin-top: 3px;
940+
margin-bottom: 3px;
938941
position: relative;
939942
border-bottom: 1px solid rgba(134, 134, 134, 0.3);
940943
border-radius: 0px 0px 5px 0px;

0 commit comments

Comments
 (0)