-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Institutional Theme home page layout fixes
This commit addresses layout issues on the home page of the Institutional Theme by: - removing the hamburger menu since it was only holding the search bar - centering the application name in smaller breakpoints - setting the application name to the left next to the logo in larger breakpoints Ref: - notch8/palni_palci_knapsack#142
- Loading branch information
Showing
4 changed files
with
14 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<% # OVERRIDE: Hyrax v5.0.0rc2 - added globe back to logo %> | ||
<% if logo_image %> | ||
<a id="logo" class="col-sm-5" href="<%= hyrax.root_path %>" data-no-turbolink="true"> | ||
<a id="logo" href="<%= hyrax.root_path %>" data-no-turbolink="true"> | ||
<%= image_tag logo_image, alt: block_for(name: 'logo_image_text') %> | ||
</a> | ||
<% end %> |
25 changes: 10 additions & 15 deletions
25
app/views/themes/institutional_repository/_masthead.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters