Tweaked the tooltip to be better aligned. Also added the fading of the room name if too long
This commit is contained in:
parent
ce5311191f
commit
72b4a86eed
3 changed files with 16 additions and 2 deletions
|
@ -63,6 +63,7 @@ limitations under the License.
|
|||
margin-right: 18px;
|
||||
-webkit-flex: 0 0 60px;
|
||||
flex: 0 0 60px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.mx_LeftPanel .mx_BottomLeftMenu_options {
|
||||
|
|
|
@ -27,6 +27,6 @@ limitations under the License.
|
|||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
z-index: 2000;
|
||||
left: 64px;
|
||||
left: 52px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue