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
377dad49
Commit
377dad49
authored
Jul 22, 2020
by
bernard ng
Committed by
GitHub
Jul 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a separator between views (#2135)
* fixes 2059 add a separator between views
parent
1419b4fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
sass/_controlbox.scss
sass/_controlbox.scss
+1
-0
sass/_variables.scss
sass/_variables.scss
+3
-1
No files found.
sass/_controlbox.scss
View file @
377dad49
...
...
@@ -303,6 +303,7 @@
.controlbox-panes
{
background-color
:
var
(
--
controlbox-pane-background-color
);
border-right
:
0
.2143rem
solid
var
(
--
panel-divider-color
);
height
:
100%
;
overflow-y
:
auto
;
}
...
...
sass/_variables.scss
View file @
377dad49
...
...
@@ -96,6 +96,7 @@ $mobile_portrait_length: 480px !default;
--controlbox-heading-top-margin
:
0
.75em
;
--controlbox-pane-background-color
:
white
;
--controlbox-pane-bg-hover-color
:
#eff4f7
;
--panel-divider-color
:
#e7e7e7
;
--chat-gutter
:
0
.5em
;
--minimized-chats-width
:
130px
;
...
...
@@ -153,7 +154,7 @@ $mobile_portrait_length: 480px !default;
--occupants-padding
:
1em
;
--occupants-background-color
:
white
;
--occupants-border-left
:
1px
solid
var
(
--
text
-color
);
--occupants-border-left
:
0
.2143rem
solid
var
(
--
panel-divider
-color
);
--occupants-border-bottom
:
1px
solid
lightgrey
;
--occupants-features-display
:
block
;
...
...
@@ -194,6 +195,7 @@ $mobile_portrait_length: 480px !default;
--avatar-background-color
:
none
;
--controlbox-pane-background-color
:
#333
;
--panel-divider-color
:
#333
;
--controlbox-pane-bg-hover-color
:
#464646
;
--controlbox-heading-color
:
#777
;
--controlbox-heading-font-weight
:
bold
;
...
...
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