mirror of https://github.com/vector-im/riot-web
Update _RoomSublist.scss
parent
6acf2543f0
commit
486350cba2
|
@ -116,7 +116,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomSublist_auxButton:hover,
|
.mx_RoomSublist_auxButton:hover,
|
||||||
.mx_RoomSublist_menuButton:hover {
|
.mx_RoomSublist_menuButton:hover {
|
||||||
background:$roomlist-button-bg-color;
|
background: $roomlist-button-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide the menu button by default
|
// Hide the menu button by default
|
||||||
|
@ -134,7 +134,6 @@ limitations under the License.
|
||||||
mask-image: url('$(res)/img/element-icons/context-menu.svg');
|
mask-image: url('$(res)/img/element-icons/context-menu.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.mx_RoomSublist_headerText {
|
.mx_RoomSublist_headerText {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: calc(100% - 16px); // 16px is the badge width
|
max-width: calc(100% - 16px); // 16px is the badge width
|
||||||
|
|
Loading…
Reference in New Issue