prettier and package.json fix

This commit is contained in:
2026-05-21 21:32:03 +02:00
parent c3debba6c2
commit 6274478d7e
18 changed files with 465 additions and 485 deletions
+7 -7
View File
@@ -2,23 +2,23 @@
@import "@catppuccin/tailwindcss/macchiato.css";
.ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
}
.ui-btn:hover {
@apply bg-ctp-surface0 text-ctp-green border-ctp-green duration-300 ease-in-out;
@apply bg-ctp-surface0 text-ctp-green border-ctp-green duration-300 ease-in-out;
}
.ui-btn-active {
@apply bg-ctp-surface0 text-ctp-green border-ctp-green;
@apply bg-ctp-surface0 text-ctp-green border-ctp-green;
}
.stream-frame {
width: 96vw;
margin: 0 auto;
@apply aspect-video rounded-2xl overflow-hidden border border-ctp-lavender-800 bg-ctp-mantle shadow-lg;
width: 96vw;
margin: 0 auto;
@apply aspect-video rounded-2xl overflow-hidden border border-ctp-lavender-800 bg-ctp-mantle shadow-lg;
}
.stream-frame iframe {
@apply w-full h-full border-0;
@apply w-full h-full border-0;
}