0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Bump settings save button up to navbar

This commit is contained in:
John O'Nolan 2013-09-14 23:27:34 +01:00
parent 19272a03cc
commit 2aabad3c58
2 changed files with 15 additions and 2 deletions

View file

@ -208,7 +208,19 @@
right:40px;
z-index: 700;
font-size: 1em;
@include breakpoint($netbook) { right:15px; }
@include breakpoint($mobile) {
position: fixed;
top: 5px;
right: 4px;
button {
min-height: 0;
height: 30px;
padding: 0.5em 1.37em;
}
}
.button-add {
position:relative;

View file

@ -1116,13 +1116,14 @@ body.blur > *:not(#modal-container) {
main {
position: absolute;
bottom: 0;
top: 55px;
left: 15px;
right: 15px;
bottom: 0;
left: 15px;
padding: 0;
@include breakpoint($mobile) {
top: 40px;
left:0;
right:0;
}