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

fix: Align search bar in the date-list container #2383

Merged

Conversation

dhruvjain99
Copy link
Contributor

@dhruvjain99 dhruvjain99 commented Nov 6, 2020

Checklist

Short description of what this resolves:

Aligns the search bar which was out of place earlier.

Before the change:

image

After the change:

image

Changes proposed in this pull request:

  • Make label inline so that input field doesn't move below and set the margins accordingly

Fixes #2214

}
}
}
}

Choose a reason for hiding this comment

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

Files should end with a trailing newline

label {
display: inline;

.fa {

Choose a reason for hiding this comment

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

Nesting should be no greater than 4, but was 5
Selector should have depth of applicability no greater than 4, but was 5

.search-filter {
label {
display: inline;

Choose a reason for hiding this comment

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

Line contains trailing whitespace

@@ -2469,3 +2469,17 @@ a.skip:hover {
display: none;
}
}

.date-list {

Choose a reason for hiding this comment

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

Merge rule .date-list with rule on line 625

@dhruvjain99 dhruvjain99 force-pushed the bug-search-bar-layout branch from c6a937c to c238a6e Compare November 6, 2020 16:23
.date-list-search-filter {
label {
display: inline;
.fa {

Choose a reason for hiding this comment

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

Rule declaration should be preceded by an empty line

@dhruvjain99 dhruvjain99 force-pushed the bug-search-bar-layout branch from c238a6e to cedbc04 Compare November 6, 2020 16:27
@dhruvjain99
Copy link
Contributor Author

@iamareebjamal can you please review this PR?

@iamareebjamal iamareebjamal changed the title Fix: Align search bar in the date-list container fix: Align search bar in the date-list container Nov 6, 2020
@auto-label auto-label bot added the fix label Nov 6, 2020
@iamareebjamal
Copy link
Member

Please follow PR title guidelines

@iamareebjamal iamareebjamal merged commit af77d26 into fossasia:development Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generated Page: Search bar out of place
3 participants