align collapsed roomtile with design
This commit is contained in:
parent
c9dc273cb0
commit
3ce52d104c
1 changed files with 5 additions and 8 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue