add grid view option to playlists page

This commit is contained in:
Drew Weymouth
2023-04-28 19:28:20 -07:00
parent 753e7f9bcc
commit 9b1349b0ac
9 changed files with 166 additions and 40 deletions
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><svg width="800px" height="800px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" ><g id="grid">
<rect x="4" y="4" width="18" height="18"/>
<rect x="26" y="4" width="18" height="18"/>
<rect x="4" y="26" width="18" height="18"/>
<rect x="26" y="26" width="18" height="18"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 341 B

+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><svg width="800px" height="800px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" ><g id="grid">
<rect x="4" y="6" width="40" height="8"/>
<rect x="4" y="20" width="40" height="8"/>
<rect x="4" y="34" width="40" height="8"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 291 B