mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix site-nav style issue
* See: https://github.com/next-theme/hexo-theme-next/pull/223
This commit is contained in:
parent
cb0669a742
commit
72c28e5e87
@ -4,7 +4,13 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
+mobile() {
|
+mobile() {
|
||||||
padding: 10px 10px 0;
|
padding: 0 10px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-menu {
|
||||||
|
+mobile() {
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,10 @@
|
|||||||
.site-nav {
|
.site-nav {
|
||||||
|
+mobile() {
|
||||||
|
padding-top: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-menu {
|
||||||
+mobile() {
|
+mobile() {
|
||||||
border-bottom: 1px solid $grey-lighter;
|
border-bottom: 1px solid $grey-lighter;
|
||||||
border-top: 1px solid $grey-lighter;
|
border-top: 1px solid $grey-lighter;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user