fix: teams upgrade banner on smaller screens (#8786)

* background image fix 📲

* object image position change 🖼

* Duplicate Deleted Field 🎭

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Ansari
2023-05-12 00:23:11 +00:00
committed by GitHub
co-authored by Peer Richelsen
parent 24dd4002fa
commit 607ef71f9f
+1 -1
View File
@@ -38,7 +38,7 @@ export function UpgradeTip({
<picture className="absolute min-h-[295px] w-full rounded-lg object-cover">
<source srcSet={`${background}-dark.jpg`} media="(prefers-color-scheme: dark)" />
<img
className="absolute min-h-[295px] w-full rounded-lg object-cover"
className="absolute min-h-[295px] w-full rounded-lg object-cover object-left md:object-center"
src={`${background}.jpg`}
loading="lazy"
alt={title}