From 106430f7b691ee6de0caa4ca05d94aac3c44243c Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 8 Nov 2017 19:48:53 +0000 Subject: [PATCH] Move margin to AppTile elements so that it is only present with app tiles. Comment unused classes. --- .../matrix-react-sdk/views/rooms/_AppsDrawer.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss index f9c092873e..ddb9aa4a07 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss @@ -14,9 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ -.mx_AppsDrawer { - margin-bottom: 3px; -} +// .mx_AppsDrawer { +// } .mx_AppsContainer { display: flex; @@ -69,6 +68,10 @@ limitations under the License. // display: inline-block; } +.mx_AppTile, .mx_AppTileFullWidth { + margin-bottom: 3px; +} + .mx_AppTileMenuBar { // height: 15px; margin: 0; @@ -116,8 +119,8 @@ limitations under the License. display: block; } -.mx_CloseAppWidget { -} +// .mx_CloseAppWidget { +// } .mx_AppTileMenuBarWidgetPadding { margin-right: 5px;