Skip to content

Commit

Permalink
Merge pull request #5561 from vector-im/rxl881/widgetStyling
Browse files Browse the repository at this point in the history
Fix app tile margins.
  • Loading branch information
rxl881 authored Nov 9, 2017
2 parents a0b0b6f + bfa4f59 commit d0fe049
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ limitations under the License.
.mx_AppTile {
max-width: 960px;
width: 50%;
margin: 0 5px 2px 0;
margin-right: 5px;
border: 1px solid $primary-hairline-color;
border-radius: 2px;
// height: 350px;
// display: inline-block;
}

.mx_AppTile:last-child {
margin-right: 0;
}

.mx_AppTileFullWidth {
Expand All @@ -69,7 +71,7 @@ limitations under the License.
}

.mx_AppTile, .mx_AppTileFullWidth {
margin-bottom: 3px;
margin-top: 3px;
}

.mx_AppTileMenuBar {
Expand Down

0 comments on commit d0fe049

Please sign in to comment.