Merge pull request #1599 from RJacksonm1/fill-mobile-screen-betterer

Remove content borders on mobile to maximise use of space
This commit is contained in:
Pavel Djundik 2017-10-18 21:21:22 +03:00 committed by GitHub
commit 4535636855

View file

@ -57,6 +57,17 @@ body {
}
#main {
left: 5px;
left: 0;
bottom: 0;
right: 0;
top: 0;
}
#windows .window::before {
display: none;
}
#windows .window {
border-radius: 0;
}
}