Skip to content

Commit

Permalink
Merge pull request #119 from ontoportal-lirmm/fix/browse-search-lengt…
Browse files Browse the repository at this point in the history
…h-problem

Fix: browse search length problem
  • Loading branch information
syphax-bouazzouni authored Jan 5, 2023
2 parents 1412a51 + 37c6840 commit 0ad14c3
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 236 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
@import "fair_assement";
@import "instances_table";
@import "file_uploader";
@import "browse";
@import "flatpickr/dist/themes/light";

/* Bootstrap and Font Awesome */
Expand Down
27 changes: 27 additions & 0 deletions app/assets/stylesheets/browse.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.browse-main-container{
margin: 2% 5%;
}
.browse-container{
display: flex;
}
#sorting{
margin-bottom: 2em;
}
@media (max-width: 991px){
.browse-container{
display: block;
}
#facets{
width: 100%;
margin-right: 0%;
}
#searching{
padding-bottom:5px;
}
}

@media (max-width: 650px){
#sorting{
margin-bottom: 4em;
}
}
Loading

0 comments on commit 0ad14c3

Please sign in to comment.