Add styling for full-width widgets

This commit is contained in:
Richard Lewis 2017-05-31 10:08:23 +01:00
parent ac9075a82a
commit 113533ad61

View File

@ -51,6 +51,15 @@ limitations under the License.
// display: inline-block;
}
.mx_AppTileFullWidth {
width: 100%;
margin: 0 5px 2px 0;
border: 1px solid $primary-hairline-color;
border-radius: 2px;
height: 350px;
// display: inline-block;
}
.mx_AppTileMenuBar {
// height: 15px;
margin: 0;