diff --git a/resources/css/app.css b/resources/css/app.css index 89d9e89..25a311c 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -189,4 +189,18 @@ @layer base { body { @apply bg-background text-foreground; } +} + +@layer components { + .is-mac .visible-pc { + display: none !important; + } + + .visible-mac { + display: none !important; + } + + .is-mac .visible-mac { + display: inherit !important; + } } \ No newline at end of file