|
110 | 110 | <div class="header-spacer"></div> |
111 | 111 | <p class="ibm-plex-mono-semibold">mfp;</p> |
112 | 112 | <button id="about-button"> |
113 | | - <span class="material-symbols-outlined player-button mini"> |
114 | | - info |
115 | | - </span> |
| 113 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 114 | + class="material-symbols-outlined player-button mini"> |
| 115 | + <path |
| 116 | + d="M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" /> |
| 117 | + </svg> |
116 | 118 | </button> |
117 | 119 | </div> |
118 | 120 | </header> |
|
146 | 148 | <div id="mini-player-controls"> |
147 | 149 |
|
148 | 150 | <button id="mp-button-random"> |
149 | | - <span class="material-symbols-outlined player-button small"> |
150 | | - shuffle |
151 | | - </span> |
| 151 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 152 | + class="material-symbols-outlined player-button small"> |
| 153 | + <path |
| 154 | + d="M560-160v-80h104L537-367l57-57 126 126v-102h80v240H560Zm-344 0-56-56 504-504H560v-80h240v240h-80v-104L216-160Zm151-377L160-744l56-56 207 207-56 56Z" /> |
| 155 | + </svg> |
152 | 156 | </button> |
153 | 157 |
|
154 | 158 |
|
155 | 159 | <button id="mp-button-skip-prev" class="player-controls-disabled"> |
156 | | - <span class="material-symbols-outlined player-button small"> |
157 | | - skip_previous |
158 | | - </span> |
| 160 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 161 | + class="material-symbols-outlined player-button small"> |
| 162 | + <path d="M220-240v-480h80v480h-80Zm520 0L380-480l360-240v480Zm-80-240Zm0 90v-180l-136 90 136 90Z" /> |
| 163 | + </svg> |
159 | 164 | </button> |
160 | 165 |
|
161 | 166 |
|
162 | 167 | <button id="mp-button-seek-back" class="player-controls-disabled"> |
163 | | - <span class="material-symbols-outlined player-button small"> |
164 | | - replay |
165 | | - </span> |
| 168 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 169 | + class="material-symbols-outlined player-button small"> |
| 170 | + <path |
| 171 | + d="M480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440h80q0 117 81.5 198.5T480-160q117 0 198.5-81.5T760-440q0-117-81.5-198.5T480-720h-6l62 62-56 58-160-160 160-160 56 58-62 62h6q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-440q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-80ZM300-320v-60h100v-40h-60v-40h60v-40H300v-60h120q17 0 28.5 11.5T460-520v160q0 17-11.5 28.5T420-320H300Zm240 0q-17 0-28.5-11.5T500-360v-160q0-17 11.5-28.5T540-560h80q17 0 28.5 11.5T660-520v160q0 17-11.5 28.5T620-320h-80Zm20-60h40v-120h-40v120Z" /> |
| 172 | + </svg> |
166 | 173 | </button> |
167 | 174 |
|
168 | 175 | <button id="mp-button-play" class="player-controls-disabled"> |
169 | | - <span class="material-symbols-outlined player-button large"> |
170 | | - play_circle |
171 | | - </span> |
| 176 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 177 | + class="material-symbols-outlined player-button large"> |
| 178 | + <path |
| 179 | + d="m380-300 280-180-280-180v360ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" /> |
| 180 | + </svg> |
172 | 181 | </button> |
173 | 182 |
|
174 | 183 | <button id="mp-button-pause" class="player-controls-disabled hidden"> |
175 | | - <span class="material-symbols-outlined player-button large"> |
176 | | - pause_circle |
177 | | - </span> |
| 184 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 185 | + class="material-symbols-outlined player-button large"> |
| 186 | + <path |
| 187 | + d="M360-320h80v-320h-80v320Zm160 0h80v-320h-80v320ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" /> |
| 188 | + </svg> |
178 | 189 | </button> |
179 | 190 |
|
180 | 191 | <button id="mp-button-seek-forward" class="player-controls-disabled"> |
181 | | - <span class="material-symbols-outlined player-button small"> |
182 | | - forward_media |
183 | | - </span> |
| 192 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 193 | + class="material-symbols-outlined player-button small"> |
| 194 | + <path |
| 195 | + d="M300-320v-60h100v-40h-60v-40h60v-40H300v-60h120q17 0 28.5 11.5T460-520v160q0 17-11.5 28.5T420-320H300Zm240 0q-17 0-28.5-11.5T500-360v-160q0-17 11.5-28.5T540-560h80q17 0 28.5 11.5T660-520v160q0 17-11.5 28.5T620-320h-80Zm20-60h40v-120h-40v120ZM480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800h6l-62-62 56-58 160 160-160 160-56-58 62-62h-6q-117 0-198.5 81.5T200-440q0 117 81.5 198.5T480-160q117 0 198.5-81.5T760-440h80q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-80Z" /> |
| 196 | + </svg> |
184 | 197 | </button> |
185 | 198 |
|
186 | 199 | <button id="mp-button-skip-next" class="player-controls-disabled"> |
187 | | - <span class="material-symbols-outlined player-button small"> |
188 | | - skip_next |
189 | | - </span> |
| 200 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 201 | + class="material-symbols-outlined player-button small"> |
| 202 | + <path d="M660-240v-480h80v480h-80Zm-440 0v-480l360 240-360 240Zm80-240Zm0 90 136-90-136-90v180Z" /> |
| 203 | + </svg> |
190 | 204 | </button> |
191 | 205 |
|
192 | | - |
193 | 206 | <button id="mp-button-playlist" class="player-controls-disabled"> |
194 | | - <span class="material-symbols-outlined player-button small"> |
195 | | - summarize |
196 | | - </span> |
| 207 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 208 | + class="material-symbols-outlined player-button small"> |
| 209 | + <path |
| 210 | + d="M320-600q17 0 28.5-11.5T360-640q0-17-11.5-28.5T320-680q-17 0-28.5 11.5T280-640q0 17 11.5 28.5T320-600Zm0 160q17 0 28.5-11.5T360-480q0-17-11.5-28.5T320-520q-17 0-28.5 11.5T280-480q0 17 11.5 28.5T320-440Zm0 160q17 0 28.5-11.5T360-320q0-17-11.5-28.5T320-360q-17 0-28.5 11.5T280-320q0 17 11.5 28.5T320-280ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm0-560v160-160 560-560Z" /> |
| 211 | + </svg> |
197 | 212 | </button> |
198 | 213 |
|
199 | 214 | </div> |
|
206 | 221 | <div class="modal-header"> |
207 | 222 | <!-- <img id="about-close-button" src="close.svg" alt="Close About" width="24" height="24"> --> |
208 | 223 | <button id="about-close-button"> |
209 | | - <span class="material-symbols-outlined player-button mini"> |
210 | | - close |
211 | | - </span> |
| 224 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 225 | + class="material-symbols-outlined player-button mini"> |
| 226 | + <path |
| 227 | + d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" /> |
| 228 | + </svg> |
212 | 229 | </button> |
213 | 230 | </div> |
214 | 231 |
|
@@ -252,9 +269,11 @@ <h4>mfp; version: {{ app_version }}</h4> |
252 | 269 | <div class="modal-container"> |
253 | 270 | <div class="modal-header"> |
254 | 271 | <button id="playlist-close-button"> |
255 | | - <span class="material-symbols-outlined player-button mini"> |
256 | | - close |
257 | | - </span> |
| 272 | + <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f" |
| 273 | + class="material-symbols-outlined player-button mini"> |
| 274 | + <path |
| 275 | + d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" /> |
| 276 | + </svg> |
258 | 277 | </button> |
259 | 278 | </div> |
260 | 279 |
|
|
0 commit comments