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

ENT-9757: Main navigation width adjustment #3131

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

mineralsfree
Copy link
Contributor

Ticket: ENT-9757
Changelog: None

@mineralsfree
Copy link
Contributor Author

@cf-bottom jenkins, please

Ticket: ENT-9757
Changelog: None
Signed-off-by: Mikita Pilinka <[email protected]>
@mineralsfree
Copy link
Contributor Author

@cf-bottom jenkins, 🥺

@mineralsfree
Copy link
Contributor Author

@cf-bottom jenkins, 🙏 🥺

@mineralsfree mineralsfree added the WIP work in progress label Nov 27, 2023
@mineralsfree mineralsfree changed the title Main navigation width adjustment ENT-9757: Main navigation width adjustment Nov 27, 2023
@mineralsfree
Copy link
Contributor Author

mineralsfree commented Nov 28, 2023

@cf-bottom jenkins, please

1 similar comment
@mineralsfree
Copy link
Contributor Author

@cf-bottom jenkins, please

@mineralsfree
Copy link
Contributor Author

@cf-bottom jenkins, please

@mineralsfree mineralsfree removed the WIP work in progress label Nov 28, 2023
@mineralsfree
Copy link
Contributor Author

Got an approve from Chiacheng about the implementation

@@ -32,4 +32,4 @@
@desktop-wide-down: ~'(max-width: 1439px)';
@desktop-down: ~'(max-width: 1279px)';
@tablet-down: ~'(max-width: 1023px)';
@phone-down: ~'(max-width: 589px)';
@phone-down: ~'(max-width: 589px)';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add new line to the end of the file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -41,7 +41,8 @@
flex-direction: column;
background: #FFFFFF;
z-index: 10;
width: 24.3rem;
width: clamp(243px, 50%, 433px);
min-width: 24.3rem;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to use min-width as clam's first arg is responsible for it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -41,7 +41,8 @@
flex-direction: column;
background: #FFFFFF;
z-index: 10;
width: 24.3rem;
width: clamp(243px, 50%, 433px);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use rem units, in our case 1rem = 10px

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Ticket: ENT-9757
Changelog: None
Signed-off-by: Mikita Pilinka <[email protected]>
@olehermanse olehermanse merged commit 1b48d05 into cfengine:master Jan 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants