-
Notifications
You must be signed in to change notification settings - Fork 45
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
Denser tab buttons in settings #1905
Conversation
lukaw3d
commented
Apr 24, 2024
Before | After |
---|---|
Deployed to Cloudflare Pages
|
@@ -5,7 +5,7 @@ | |||
<title>ROSE Wallet Extension</title> | |||
</head> | |||
<body> | |||
<div id="root" style="min-width: 360px; min-height: 600px"></div> | |||
<div id="root" style="min-width: 375px; min-height: 600px"></div> |
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.
Aligning popup width to EN tab labels seems naive. Anyway, if we need more space can we go with current/old extension 450 instead? More langs will look Ok. Maybe we should use "Accounts" label too to save some space. It's quite clear that accounts listed under profile belong to user.
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.
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'd like a wider extension too, and we can update that very easily, but we'll probably want to support 375px iphones either way