align collapsed roomtile with design

This commit is contained in:
Bruno Windels 2018-11-06 14:02:43 +01:00
parent c9dc273cb0
commit 3ce52d104c

View file

@ -21,7 +21,7 @@ limitations under the License.
cursor: pointer; cursor: pointer;
height: 40px; height: 40px;
margin: 0; margin: 0;
padding: 1px 10px; padding: 0 8px 0 10px;
position: relative; position: relative;
background-color: $secondary-accent-color; background-color: $secondary-accent-color;
} }
@ -32,7 +32,7 @@ limitations under the License.
height: 16px; height: 16px;
background-image: url('../../img/icon_context.svg'); background-image: url('../../img/icon_context.svg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right center; background-position: center;
} }
// toggle menuButton and badge on hover/menu displayed // toggle menuButton and badge on hover/menu displayed
@ -83,15 +83,12 @@ limitations under the License.
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.mx_RoomTile_invite {
/* color: rgba(69, 69, 69, 0.5); */
}
.collapsed { .collapsed {
.mx_RoomTile { .mx_RoomTile {
margin: 2px; margin: 0 2px;
padding: 2px 0 2px 12px; padding: 0 2px;
position: relative; position: relative;
justify-content: center;
} }
.mx_RoomTile_name { .mx_RoomTile_name {