Browse Source

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

Some contact list styling adjustments
j8
Дамян Минков 8 years ago
parent
commit
c2085a5a9d
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      css/_contact_list.scss

+ 4
- 2
css/_contact_list.scss View File

8
         margin-top: 16px;
8
         margin-top: 16px;
9
         padding: 0px;
9
         padding: 0px;
10
         width: 100%;
10
         width: 100%;
11
-        overflow: auto;
12
     }
11
     }
13
 
12
 
14
     .clickable {
13
     .clickable {
25
         white-space: nowrap;
24
         white-space: nowrap;
26
         color: #FFF;
25
         color: #FFF;
27
         font-size: 10pt;
26
         font-size: 10pt;
28
-        padding: 6px 30px;
27
+        padding: 6px 10%;
29
 
28
 
30
         &:hover,
29
         &:hover,
31
         &:active {
30
         &:active {
36
             display: inline-block;
35
             display: inline-block;
37
             vertical-align: middle;
36
             vertical-align: middle;
38
             margin: 0px;
37
             margin: 0px;
38
+            width: 100%;
39
+            text-overflow: ellipsis;
40
+            overflow: hidden;
39
         }
41
         }
40
     }
42
     }
41
 }
43
 }

Loading…
Cancel
Save