mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Unhide settings on mobile and adjust positioning for left setting header buttons
Refs #67
This commit is contained in:
parent
b070d618c3
commit
3e9a0834e5
3 changed files with 6 additions and 4 deletions
|
@ -215,7 +215,6 @@
|
|||
background: #fff;
|
||||
|
||||
@media (max-width: 800px) {
|
||||
display: none;
|
||||
width: 100%;
|
||||
left: 100%;
|
||||
right: -100%;
|
||||
|
@ -321,6 +320,9 @@
|
|||
}
|
||||
&.page-actions-alt {
|
||||
left: 40px;
|
||||
@media (max-width: 1000px) {
|
||||
left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.button-add {
|
||||
|
|
|
@ -333,7 +333,7 @@
|
|||
|
||||
} // .settings
|
||||
|
||||
@media (max-width: 800px) {
|
||||
@media (max-width: 650px) {
|
||||
.users-back {
|
||||
display: none;
|
||||
}
|
||||
|
|
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue