diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/.DS_Store | bin | 10244 -> 10244 bytes | |||
-rw-r--r-- | assets/icons/notes-bugs.svg | 1 | ||||
-rw-r--r-- | assets/styles.css | 4 |
3 files changed, 1 insertions, 4 deletions
diff --git a/assets/.DS_Store b/assets/.DS_Store Binary files differindex 45c9d8c..1f9a269 100644 --- a/assets/.DS_Store +++ b/assets/.DS_Store diff --git a/assets/icons/notes-bugs.svg b/assets/icons/notes-bugs.svg new file mode 100644 index 0000000..ad79b28 --- /dev/null +++ b/assets/icons/notes-bugs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M480.248-194Q548-194 596-242.175T644-358v-162q0-67.65-48.248-115.825t-116-48.175Q412-684 364-635.825T316-520v162q0 67.65 48.248 115.825t116 48.175ZM406-330h148v-54H406v54Zm0-164h148v-54H406v54Zm74 55Zm0 299q-58 0-108-28.5T292-248H180v-54h92q-9-26-9.5-54.5T262-412h-82v-54h82q0-28-.75-55.5T272-574h-92v-54h112q14-27 37-47.5t49-34.5l-74-72 38-36 86 86q26-10 53-10t53 10l86-86 36 36-72 72q26 14 47.5 35t36.5 47h112v54h-92q11.5 25 10.75 52.5T698-466h82v54h-82q0 27-.5 55.5T688-302h92v54H668q-30 51-80 79.5T480-140Z"/></svg>
\ No newline at end of file diff --git a/assets/styles.css b/assets/styles.css index 890a13e..f661cdd 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -447,10 +447,6 @@ body.native #lyrics-page { } } -#badges { - -webkit-app-region: drag; -} - .dropdown-item:active img { filter: invert(1); } |