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 135
135
margin-bottom : 12px ;
136
136
}
137
137
138
- # home .panel .section i .icon {
139
- font-size : 16px ;
140
- vertical-align : middle;
141
- }
142
138
# home .panel .section .body {
143
139
display : block;
144
140
font-family : monospace;
145
141
font-size : 10pt ;
146
142
padding : 0 ;
147
143
}
148
144
149
- # home .panel .section . body ul {
145
+ # home .panel .section ul {
150
146
list-style : inside;
151
- margin : 0 ;
152
- padding : 0 ;
147
+ margin : 0 0 32 px ;
148
+ padding : 0 0 0 16 px ;
153
149
}
154
- # home .panel .section . body ul ul {
150
+ # home .panel .section ul ul {
155
151
list-style : inside circle;
156
- padding-left : 16 px ;
152
+ padding-left : 8 px ;
157
153
}
158
154
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;
163
161
}
164
162
165
163
166
164
165
+
167
166
# queue-list {
168
167
display : none;
169
168
width : 400px ;
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ <h4 class="marginHomeElement" id="newFansHeader">NEW FANS</h4>
99
99
</ div >
100
100
101
101
< div class ="panel ">
102
- < div id ="lmptUpdateNews "> </ div >
103
102
< div class ="section ">
104
103
< h3 >
105
104
< svg class ="bright " viewBox ="0 0 20 20 " style ="width: 32px; height: 32px; margin-right: 4px; vertical-align: middle ">
110
109
< p >
111
110
Use the following keyboard shortcuts while playing a replay:
112
111
</ p >
113
- < ul style =" list-style-type: circle; margin-left: 20px " >
112
+ < ul >
114
113
< li > j go back 10 seconds</ li >
115
114
< li > k pause/play toggle</ li >
116
115
< li > l skip 10 seconds</ li >
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ function checkForUpdatesOfLiveMeProTools() {
563
563
$ ( '#lmptUpdateNews' ) . empty ( )
564
564
}
565
565
566
- $ ( '#lmptUpdateNews ' ) . append ( `
566
+ $ ( '.panel ' ) . prepend ( `
567
567
<div class="section">
568
568
<h3>
569
569
<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