🎨 Add placeholder for mobile-specific styles in GamemasterExplorer component

This commit is contained in:
2026-01-28 20:22:05 +00:00
parent feaa990ea0
commit 0a53b7758f

View File

@@ -1451,6 +1451,8 @@ onMounted(() => {
}
@media (max-width: 768px) {
/* Mobile styles already in defaults above */
}
/* Primary button styles */
.btn-primary,