-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appviews: compat fixes for catalina 2.5.0 ui changes #413
Conversation
Deploying gertrude-parents with Cloudflare Pages
|
@@ -33,6 +33,6 @@ | |||
"x-exec": "^1.2.0" | |||
}, | |||
"browserslist": [ | |||
"Safari > 14" | |||
"Safari > 13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fixed the background-clip: text
issue by producing -webkit-background-clip
css
Deploying gertrude-storybook with Cloudflare Pages
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
@@ -13,7 +13,7 @@ const PauseDowntimeModal: React.FC<Props> = ({ open, emit, dispatch }) => ( | |||
<> | |||
<div | |||
className={cx( | |||
`bg-white/50 dark:bg-white/10 backdrop-blur shadow-lg absolute z-20 px-3 py-2 rounded-xl w-80 transition-[opacity,transform] duration-300`, | |||
`bg-white/50 dark:bg-white/10 shadow-lg absolute z-20 px-3 py-2 rounded-xl w-80 transition-[opacity,transform] duration-300`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -26,18 +26,21 @@ const PauseDowntimeModal: React.FC<Props> = ({ open, emit, dispatch }) => ( | |||
<i className="fa fa-times text-black/40 dark:text-white/70 text-sm bg-black/10 dark:bg-white/10 w-5 h-5 rounded-full flex justify-center items-center hover:bg-black/20 dark:hover:bg-white/20 hover:scale-110 active:bg-black/30 dark:active:bg-white/30 active:scale-95 transition-[background-color,transform] duration-200" /> | |||
</button> | |||
</header> | |||
<div className="flex flex-wrap justify-center gap-2 py-4"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here's the gap i had to replace
Deploying gertrude-site with Cloudflare Pages
|
No description provided.