mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 14:04:46 +00:00
Tweak mobile styles
This commit is contained in:
parent
ad94e689fc
commit
45756f5aa1
3 changed files with 12 additions and 7 deletions
|
|
@ -29,12 +29,6 @@ header {
|
|||
.col {
|
||||
float: left;
|
||||
margin-right: 2em;
|
||||
|
||||
// @media screen and (max-width: $breakpoint-mobile) {
|
||||
// // To all hamburger menu to be visible
|
||||
// padding-left: 2em;
|
||||
// margin-top: -2px;
|
||||
// No... This fixes the snippet page but breaks all else
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ $zindex-modal-background: 500;
|
|||
|
||||
.header-title {
|
||||
padding-left: 0em!important;
|
||||
margin-left: -28px;
|
||||
margin-left: -36px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -128,3 +128,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $breakpoint-mobile) {
|
||||
// To allow tabs on the edit page to be editable
|
||||
.tab-nav li:first-of-type {
|
||||
padding-left: 1.6em;
|
||||
}
|
||||
|
||||
.tab-nav li {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue