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
a7c658a2
Commit
a7c658a2
authored
4 years ago
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chat-head CSS fixes
parent
8a4c7130
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
sass/_chatbox.scss
sass/_chatbox.scss
+2
-5
sass/_chatrooms.scss
sass/_chatrooms.scss
+5
-6
No files found.
sass/_chatbox.scss
View file @
a7c658a2
...
...
@@ -38,7 +38,7 @@
.chat-head
{
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
row
;
color
:
#ffffff
;
font-size
:
100%
;
margin
:
0
;
...
...
@@ -432,6 +432,7 @@
#conversejs
.converse-embedded
,
#conversejs
.converse-overlayed
{
.chat-head
{
padding
:
0
.5em
;
border-top-left-radius
:
var
(
--
chatbox-border-radius
);
border-top-right-radius
:
var
(
--
chatbox-border-radius
);
@media
screen
and
(
max-height
:
$mobile-landscape-height
)
{
...
...
@@ -451,10 +452,6 @@
min-width
:
var
(
--
overlayed-chat-width
)
!
important
;
width
:
var
(
--
overlayed-chat-width
);
}
.chat-head
{
padding
:
0
.5em
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
sass/_chatrooms.scss
View file @
a7c658a2
...
...
@@ -43,13 +43,8 @@
.chat-head__desc
{
color
:
var
(
--
chatroom-head-description-color
);
display
:
var
(
--
chatroom-head-description-display
);
font-size
:
var
(
--
font-size
);
font-size
:
70%
;
margin-top
:
3px
;
overflow-y
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
border-left
:
var
(
--
chatroom-head-description-border-left
);
padding-left
:
var
(
--
chatroom-head-description-padding-left
);
a
{
...
...
@@ -145,9 +140,10 @@
.chat-area
{
display
:
flex
;
flex-direction
:
column
;
word-wrap
:
break-word
;
flex
:
0
1
100%
;
justify-content
:
flex-end
;
min-width
:
25%
;
word-wrap
:
break-word
;
.new-msgs-indicator
{
background-color
:
var
(
--
chatroom-head-color
);
}
...
...
@@ -388,6 +384,9 @@
#conversejs
.converse-overlayed
{
.chatbox
{
&
.chatroom
{
.chat-head
{
padding-bottom
:
1em
;
}
.chatroom-features
{
display
:
none
!
important
;
}
...
...
This diff is collapsed.
Click to expand it.
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