Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
9df9ca97
Commit
9df9ca97
authored
Apr 20, 2017
by
fred
Browse files
chat: use full lines for messages on mobile
parent
cf92bc1a
Changes
1
Show whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/_specifics.scss
View file @
9df9ca97
...
...
@@ -1962,6 +1962,18 @@ div.chat-area {
color
:
#666
;
}
@media
screen
and
(
max-width
:
760px
)
{
#chat
span
.from
{
display
:
block
;
position
:
static
;
width
:
auto
;
}
#chat
span
.content
{
display
:
block
;
padding-left
:
2rem
;
}
}
h1
.top
>
span
.chat.with-logo
{
position
:
relative
;
left
:
140px
;
...
...
Write
Preview
Supports
Markdown
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