Skip to content

Commit

Permalink
fix: style of menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Mar 7, 2020
1 parent 83f1046 commit 0845e86
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion assets/scss/base/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
}
.menu-item-name {
display: block;
margin: 0;
}
.header.open {
.nav {
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/_dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@if ($headerLayoutFlex) {
#theme-switcher {
padding: 0;
display: inline-block;
}
} @else {
#theme-switcher {
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/_multilingual.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@if ($headerLayoutFlex) {
#lang-switcher {
padding: 0;
display: inline-block;
}
#langs {
left: 0;
Expand Down
5 changes: 1 addition & 4 deletions assets/scss/layout/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@
.menu-item {
margin-left: 0.5em;
.icon {
margin-bottom: 0.2em;
margin: 0 0.3em 0.2em 0;
}
}
.menu-item-name {
margin-left: 0.3em;
}
} @else {
.menu {
text-align: center;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/meme.min.6c6b9f38f93fa9842f5fe8a05d3a6c7c88c9e09e7357e613a35afccc315faa1d.css","MediaType":"text/css","Data":{"Integrity":"sha256-bGufOPk/qYQvX+igXTpsfIjJ4J5zV+YTo1r8zDFfqh0="}}
{"Target":"css/meme.min.a916ba7a2ca547785bf9b42b660792a19f844a5917813e4775d6bbc00ac27a68.css","MediaType":"text/css","Data":{"Integrity":"sha256-qRa6eiylR3hb+bQrZgeSoZ+ESlkXgT5Hdda7wArCemg="}}

0 comments on commit 0845e86

Please sign in to comment.