Loading Tweet...
@@ -303,17 +303,17 @@ export const ShowcasePage: React.FC = () => {
animate={{ opacity: 1, scale: 1, y: 0 }}
exit={{ opacity: 0, scale: 0.9, y: 20 }}
transition={{ type: 'spring', damping: 25, stiffness: 250 }}
- className={`relative bg-ink-900 border border-ink-800 rounded-3xl overflow-hidden shadow-2xl flex transition-all duration-300 ${
+ className={`relative bg-ink-900 border border-ink-800 rounded-3xl overflow-hidden shadow-2xl flex flex-col transition-all duration-300 ${
lightboxSize === 'cinema'
- ? 'w-[95vw] max-w-7xl flex-col h-[90vh]'
+ ? 'w-[95vw] max-w-7xl md:flex-col h-[85vh] md:h-[90vh]'
: lightboxSize === 'theater'
- ? 'w-[85vw] max-w-6xl flex-row max-h-[85vh]'
- : 'w-full max-w-4xl flex-row max-h-[80vh]'
+ ? 'w-[95vw] md:w-[85vw] max-w-6xl md:flex-row h-[85vh] md:max-h-[85vh]'
+ : 'w-[95vw] md:w-full max-w-4xl md:flex-row h-[85vh] md:max-h-[80vh]'
}`}
onClick={(e) => e.stopPropagation()}
>
{/* Media Container */}
-
+
{(() => {
const ytId = extractYouTubeVideoId(activeItem.youtubeUrl);
if (ytId) {
@@ -335,15 +335,15 @@ export const ShowcasePage: React.FC = () => {
{/* Info Container */}
-
{/* Toolbar with Resizer Preset Buttons */}
-
+
@@ -405,7 +405,7 @@ export const ShowcasePage: React.FC = () => {
{activeItem.description && (
-