-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: add responsive styles for workspace card #2390
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
affine-toeverythingBundle maindiff ------------------- Bundle Size Diff -------------------------
@@ EntryPoint: main @@
## master …ponsive-style +/- ##
===================================================================
< Bundle 3.11 MB 3.25 MB +137 kB(+4.41%)
< Initial JS 1.86 MB 2.06 MB +199 kB(+10.69%)
< Initial CSS 16.8 kB 30.5 kB +13.7 kB(+81.83%)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
< Assets 41 47 +6
< Chunks 39 40 +1
< Packages 132 139 +7
= Duplicates 3 3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Separate mixed content assets files
! Avoid cache wasting
@@ EntryPoint: pages/_app @@
## master …ponsive-style +/- ##
===================================================================
< Bundle 3 MB 3.12 MB +128 kB(+4.26%)
< Initial JS 1.75 MB 1.94 MB +190 kB(+10.84%)
< Initial CSS 16.8 kB 30.5 kB +13.7 kB(+81.83%)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
< Assets 39 45 +6
< Chunks 37 38 +1
< Packages 132 139 +7
= Duplicates 3 3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Separate mixed content assets files
! Avoid cache wasting
@@ EntryPoint: pages/_error @@
## master …ponsive-style +/- ##
===================================================================
= Bundle 16.6 kB 16.6 kB
= Initial JS 16.6 kB 16.6 kB
= Initial CSS 0 B 0 B
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets 2 2
= Chunks 2 2
= Packages 5 5
= Duplicates 0 0
...and more |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #2390 +/- ##
==========================================
+ Coverage 72.26% 72.27% +0.01%
==========================================
Files 329 329
Lines 7257 7257
Branches 1154 1154
==========================================
+ Hits 5244 5245 +1
+ Misses 1807 1806 -1
Partials 206 206
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Deploying with
|
Latest commit: |
61979c5
|
Status: | ✅ Deploy successful! |
Preview URL: | https://4d911428.affine.pages.dev |
Branch Preview URL: | https://chore-add-reponsive-style.affine.pages.dev |
@@ -61,6 +61,9 @@ export const StyledCard = styled('div')<{ | |||
pointerEvents: 'auto', | |||
}, | |||
}, | |||
'@media (max-width: 720px)': { |
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.
I think we can still use something like [breakpoints.down('sm', true)]
Close #2384
2023-05-16.14.50.23.mov