Merge pull request #1027 from jitsi/fix-contact-list-resizing

Some contact list styling adjustments
This commit is contained in:
Дамян Минков 2016-10-17 17:17:22 -05:00 committed by GitHub
commit c2085a5a9d
1 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,6 @@
margin-top: 16px;
padding: 0px;
width: 100%;
overflow: auto;
}
.clickable {
@ -25,7 +24,7 @@
white-space: nowrap;
color: #FFF;
font-size: 10pt;
padding: 6px 30px;
padding: 6px 10%;
&:hover,
&:active {
@ -36,6 +35,9 @@
display: inline-block;
vertical-align: middle;
margin: 0px;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
}
}
}