pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

make ads a slight bit bigger

Pas cc3e5b9c fd79b97b

+2 -2
+2 -2
src/pages/parts/home/AdsPart.tsx
··· 60 60 <> 61 61 <div className="flex flex-col md:flex-row md:space-x-4 space-y-4 md:space-y-0 justify-center w-full items-center md:items-start"> 62 62 {showAd1 ? ( 63 - <div className="rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[18rem] transition-all duration-300 md:flex-1 relative group"> 63 + <div className="rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[20rem] transition-all duration-300 md:flex-1 relative group"> 64 64 <div className="bg-opacity-10 bg-buttons-purple rounded-xl border-2 border-buttons-purple border-opacity-30 hover:border-opacity-70 hover:shadow-lg hover:shadow-buttons-purple/20"> 65 65 {" "} 66 66 <button ··· 90 90 </div> 91 91 ) : null} 92 92 {showAd2 ? ( 93 - <div className="rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[18rem] transition-all duration-300 md:flex-1 relative group"> 93 + <div className="rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[20rem] transition-all duration-300 md:flex-1 relative group"> 94 94 <div className="bg-opacity-10 bg-buttons-purple rounded-xl border-2 border-buttons-purple border-opacity-30 hover:border-opacity-70 hover:shadow-lg hover:shadow-buttons-purple/20"> 95 95 <button 96 96 onClick={dismissAd}