tweak emptySubListTip visuals
This commit is contained in:
parent
e5b1ded7e3
commit
ad9d78684e
1 changed files with 2 additions and 1 deletions
|
@ -50,10 +50,11 @@ limitations under the License.
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
background-color: $droptarget-bg-color;
|
background-color: $droptarget-bg-color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomList_emptySubListTip .mx_RoleButton {
|
.mx_RoomList_emptySubListTip .mx_RoleButton {
|
||||||
vertical-align: -3px;
|
vertical-align: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomList_headerButtons {
|
.mx_RoomList_headerButtons {
|
||||||
|
|
Loading…
Reference in a new issue