mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Fix topics on mobile view on video details
This commit is contained in:
parent
e46a85151a
commit
ec35193472
@ -134,7 +134,7 @@ const VideoDetails = ({ processedEvent, topics, title, summary, image, price, au
|
||||
<div className="w-full">
|
||||
{renderContent()}
|
||||
<div className="bg-gray-800/90 rounded-lg p-4 m-4 max-mob:m-0 max-tab:m-0 max-mob:rounded-t-none max-tab:rounded-t-none">
|
||||
<div className="w-full flex flex-col items-start justify-start mt-2 px-2">
|
||||
<div className={`w-full flex flex-col items-start justify-start mt-2 px-2 ${isMobileView ? 'flex-col' : 'flex-row'}`}>
|
||||
<div className={`flex ${isMobileView ? 'flex-col' : 'flex-row'} items-center gap-2 w-full`}>
|
||||
<h1 className='text-4xl'>{title}</h1>
|
||||
{topics && topics.length > 0 && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user