Skip to content
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

Simplify layout breakpoints #3525

Merged
merged 18 commits into from
Jul 13, 2021
Merged

Simplify layout breakpoints #3525

merged 18 commits into from
Jul 13, 2021

Conversation

bgptr
Copy link
Collaborator

@bgptr bgptr commented Jul 1, 2021

In this diff, the layout breakpoints simplified to:

  • 560px
  • 768px
  • 1000px
  • 1180px (decrediton specific breakpoint)

Additional wide screen breakpoints introduced by #2412:

  • 1400px (although in the design 1440px is defined, 1400px is more compatibe with pigui)
  • 1680px
  • 1920px

Fixed a couple of layout problems also:

  • testnet logo on small screens
  • transaction confirmation modal
  • privacy options on small screens
  • next button height on the tutorial page

Closes #3309

bgptr added 18 commits June 30, 2021 21:47
+ TransactionContent  css cleanup
+ TitleHeader container's width correction
+ improve about modal on smaller screen
(460px, 500px. 541px, 670px, 700px, 768px, 916px) -> (560px, 768px, 1000px)
+ fix close button position
+ 800px -> 768px
+ 375px -> 560px
+ 420px -> 560px
+ improve Indo modal layout
+ 1919px -> 1920px
+ 1679px -> 1680px
+ 1439px -> 1400px (not 1440px, but 1400px which is more compatible with pigui)
+ polish  layout of elements
+ remove 676px breakpoint
+ remove 375px 
+ 430px => 560px
@alexlyp alexlyp merged commit e12b0fe into decred:master Jul 13, 2021
@bgptr bgptr deleted the simplify-breakpoints branch August 27, 2021 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dex integration] Define strict layout breakpoints.
3 participants