Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
b7ea4c29
Commit
b7ea4c29
authored
Oct 16, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better solution for roster contacts scrolling.
parent
d8a9dd5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
css/converse.css
css/converse.css
+3
-4
sass/_core.scss
sass/_core.scss
+2
-3
No files found.
css/converse.css
View file @
b7ea4c29
...
...
@@ -686,7 +686,7 @@
height
:
194px
;
height
:
calc
(
100%
-
50px
-
20px
);
overflow
:
hidden
;
padding-bottom
:
1
em
;
padding-bottom
:
3
em
;
/* (jQ addClass:) if input has value: */
/* (jQ addClass:) if mouse is over the 'x' input area*/
}
#conversejs
#converse-roster
.no-contact-requests
{
...
...
@@ -717,10 +717,9 @@
cursor
:
pointer
;
}
#conversejs
#converse-roster
.roster-contacts
{
margin
:
0
;
max-
height
:
100%
;
height
:
100%
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
padding-bottom
:
41px
;
}
overflow-y
:
auto
;
}
#conversejs
#converse-roster
.group-toggle
{
color
:
#6C4C44
;
display
:
block
;
...
...
sass/_core.scss
View file @
b7ea4c29
...
...
@@ -731,7 +731,7 @@
height
:
$roster-height
;
height
:
calc
(
100%
-
#{
$controlbox-dropdown-height
*
2
}
-
20px
);
overflow
:
hidden
;
padding-bottom
:
1
em
;
padding-bottom
:
3
em
;
&
.no-contact-requests
{
height
:
calc
(
100%
-
#{
$controlbox-dropdown-height
}
-
20px
);
...
...
@@ -769,10 +769,9 @@
}
.roster-contacts
{
margin
:
0
;
max-
height
:
100%
;
height
:
100%
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
padding-bottom
:
41px
;
}
.group-toggle
{
color
:
$text-color
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment