Added PWA and mobile improvements to the UI

This commit is contained in:
NewHappyRabbit
2025-02-24 11:49:58 +02:00
parent 34fff98c99
commit aa24d317c8
10 changed files with 64 additions and 67 deletions
+6
View File
@@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Add custom scrollbar styles */
::-webkit-scrollbar {
width: 8px;