Merge pull request #2071 from matrix-org/dbkr/persistedelement_border

Fix border around persisted widgets
This commit is contained in:
Bruno Windels 2018-07-20 12:23:02 +01:00 committed by GitHub
commit 6f278ceab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View file

@ -61,6 +61,10 @@ limitations under the License.
background-color: $dialog-background-bg-color;
}
.mx_AppTile_persistedWrapper {
height: 280px;
}
.mx_AppTile:last-child {
margin-right: 1px;
}