Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_155'
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestarocket committed May 8, 2020
2 parents dfda6e7 + 9650106 commit bdc6bf8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _dev/css/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
padding-right: $grid-gutter-width/2;
padding-left: $grid-gutter-width/2;
}
.header__right{
.header__right,
.header-nav__right{
display: flex;
align-items: center;
justify-content: flex-end;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/img/c135a20aa76cea4876a24bf50c7c821d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions config/theme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: classic-rocket
display_name: Classic Rocket
version: 2.1.0
version: 3.0.1
author:
name: "Prestarocket"
email: "[email protected]"
Expand Down Expand Up @@ -150,4 +150,4 @@ theme_settings:

dependencies:
modules:
- ps_searchbarjqauto
- ps_searchbarjqauto
2 changes: 1 addition & 1 deletion templates/_partials/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="small">
{hook h='displayNav1'}
</div>
<div>
<div class="header-nav__right">
{hook h='displayNav2'}
</div>
</div>
Expand Down

0 comments on commit bdc6bf8

Please sign in to comment.