Merge pull request #5561 from vector-im/rxl881/widgetStyling

Fix app tile margins.
pull/5566/head
Richard Lewis 2017-11-09 23:56:08 +00:00 committed by GitHub
commit d0fe0499aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -50,11 +50,13 @@ limitations under the License.
.mx_AppTile { .mx_AppTile {
max-width: 960px; max-width: 960px;
width: 50%; width: 50%;
margin: 0 5px 2px 0; margin-right: 5px;
border: 1px solid $primary-hairline-color; border: 1px solid $primary-hairline-color;
border-radius: 2px; border-radius: 2px;
// height: 350px; }
// display: inline-block;
.mx_AppTile:last-child {
margin-right: 0;
} }
.mx_AppTileFullWidth { .mx_AppTileFullWidth {
@ -69,7 +71,7 @@ limitations under the License.
} }
.mx_AppTile, .mx_AppTileFullWidth { .mx_AppTile, .mx_AppTileFullWidth {
margin-bottom: 3px; margin-top: 3px;
} }
.mx_AppTileMenuBar { .mx_AppTileMenuBar {