mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
4fed8e22c9
commit
d48a22cc83
2 changed files with 11 additions and 1 deletions
|
@ -339,6 +339,16 @@
|
||||||
width: 26px;
|
width: 26px;
|
||||||
border-right: rgba(0,0,0,0.07) 1px solid;
|
border-right: rgba(0,0,0,0.07) 1px solid;
|
||||||
};
|
};
|
||||||
|
@media (max-width: 650px) {
|
||||||
|
height: 30px;
|
||||||
|
min-height: 30px;
|
||||||
|
padding: 7px 10px 7px 40px;
|
||||||
|
&:before {
|
||||||
|
padding-top: 7px;
|
||||||
|
left: 6px;
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} // > header
|
} // > header
|
||||||
|
|
||||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue