mirror of https://github.com/aredn/aredn.git
Fix margin on left of mobile screen (#1782)
This commit is contained in:
parent
977a82c71b
commit
313a54c540
|
@ -43,18 +43,13 @@ body.mobile #changes button
|
|||
}
|
||||
body.mobile hr
|
||||
{
|
||||
margin: 8px 0;
|
||||
margin: 8px 5px 8px 0;
|
||||
}
|
||||
#m-main
|
||||
{
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
}
|
||||
#main-container
|
||||
{
|
||||
overflow: hidden;
|
||||
padding: 80px 0 100px 0;
|
||||
}
|
||||
#m-nav
|
||||
{
|
||||
position: fixed;
|
||||
|
@ -76,11 +71,16 @@ body.hide-bars #m-nav
|
|||
{
|
||||
bottom: -80px;
|
||||
}
|
||||
|
||||
#m-main #main-container
|
||||
{
|
||||
overflow: hidden;
|
||||
padding: 80px 0 100px 5px;
|
||||
flex-direction: column;
|
||||
}
|
||||
#m-main #general
|
||||
{
|
||||
padding-left: 0px;
|
||||
}
|
||||
#m-main #messages
|
||||
{
|
||||
margin: 10px 10px 0 10px;
|
||||
|
|
Loading…
Reference in New Issue