This repository was archived by the owner on Aug 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 135135 margin-bottom : 12px ;
136136}
137137
138- # home .panel .section i .icon {
139- font-size : 16px ;
140- vertical-align : middle;
141- }
142138# home .panel .section .body {
143139 display : block;
144140 font-family : monospace;
145141 font-size : 10pt ;
146142 padding : 0 ;
147143}
148144
149- # home .panel .section . body ul {
145+ # home .panel .section ul {
150146 list-style : inside;
151- margin : 0 ;
152- padding : 0 ;
147+ margin : 0 0 32 px ;
148+ padding : 0 0 0 16 px ;
153149}
154- # home .panel .section . body ul ul {
150+ # home .panel .section ul ul {
155151 list-style : inside circle;
156- padding-left : 16 px ;
152+ padding-left : 8 px ;
157153}
158154
159- # home .panel .section .body ul li {
160- margin : 0 ;
161- padding : 0 0 0 4px ;
162- line-height : 13pt ;
155+ # home .panel .section ul li {
156+ margin : 8px 0 8px 8px ;
157+ padding : 0 ;
158+ font-size : 9pt ;
159+ line-height : 12pt ;
160+ list-style : outside;
163161}
164162
165163
166164
165+
167166# queue-list {
168167 display : none;
169168 width : 400px ;
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ <h4 class="marginHomeElement" id="newFansHeader">NEW FANS</h4>
9999 </ div >
100100
101101 < div class ="panel ">
102- < div id ="lmptUpdateNews "> </ div >
103102 < div class ="section ">
104103 < h3 >
105104 < svg class ="bright " viewBox ="0 0 20 20 " style ="width: 32px; height: 32px; margin-right: 4px; vertical-align: middle ">
110109 < p >
111110 Use the following keyboard shortcuts while playing a replay:
112111 </ p >
113- < ul style =" list-style-type: circle; margin-left: 20px " >
112+ < ul >
114113 < li > j go back 10 seconds</ li >
115114 < li > k pause/play toggle</ li >
116115 < li > l skip 10 seconds</ li >
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ function checkForUpdatesOfLiveMeProTools() {
563563 $ ( '#lmptUpdateNews' ) . empty ( )
564564 }
565565
566- $ ( '#lmptUpdateNews ' ) . append ( `
566+ $ ( '.panel ' ) . prepend ( `
567567 <div class="section">
568568 <h3>
569569 <svg class="bright red" viewBox="0 0 20 20" style="width: 48px; height: 48px; margin-right: 4px; vertical-align: middle">
You can’t perform that action at this time.
0 commit comments