resizable now-playing, text highlighting disabled across the app

This commit is contained in:
2026-02-16 09:42:23 -05:00
parent 322013f40f
commit c9bc151a7d
3 changed files with 110 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
*,
*::before,
*::after {
-webkit-user-select: none;
user-select: none;
}
body {
background-color: black;
color: white;