temp: 适配mac桌面

This commit is contained in:
2024-10-23 20:02:59 +08:00
parent 4e0e149f54
commit a6a47be45f
7 changed files with 107 additions and 11 deletions

View File

@@ -56,6 +56,9 @@
@apply bg-gray-900 p-2 text-white flex justify-between h-12;
-webkit-app-region: drag;
}
.no-drag {
-webkit-app-region: no-drag;
}
.bg-custom-blue {
background-color: #3490dc;
}