File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments