Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit a6f3176

Browse files
committed
Updated home layout and stylings
1 parent e150743 commit a6f3176

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

src/electron/app/css/page_index.css

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -135,35 +135,34 @@
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 32px;
148+
padding: 0 0 0 16px;
153149
}
154-
#home .panel .section .body ul ul {
150+
#home .panel .section ul ul {
155151
list-style: inside circle;
156-
padding-left: 16px;
152+
padding-left: 8px;
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;

src/electron/app/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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">
@@ -110,7 +109,7 @@ <h3>
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 &nbsp;&nbsp;&nbsp;&nbsp; go back 10 seconds</li>
115114
<li> k &nbsp;&nbsp;&nbsp;&nbsp; pause/play toggle</li>
116115
<li> l &nbsp;&nbsp;&nbsp;&nbsp; skip 10 seconds</li>

src/electron/app/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)