Removing spacing from modules

This commit is contained in:
perroned 2015-05-06 21:27:17 -07:00
parent 539fda349e
commit cdc8408cb5
4 changed files with 0 additions and 8 deletions

View File

@ -15,9 +15,6 @@
flex: 3 3 30%;
height: 100%;
}
margin-left: 2px;
margin-right: 2px;
margin-top: 5px;
}
.chat {

View File

@ -620,7 +620,6 @@ body {
}
width: 100%;
height: calc(~'100% - 55px');
margin-bottom: 1%;
}
.logoutIcon {

View File

@ -47,7 +47,6 @@
-moz-flex: 1 1 20%;
-ms-flex: 1 1 20%;
flex: 1 1 20%;
height: 99%;
}
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
display: none !important;

View File

@ -8,9 +8,6 @@
flex: 7 7 70%;
height: 100%;
}
margin-left: 4px;
margin-right: 2px;
margin-top: 5px;
padding-bottom: 5px;
}