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
Corentin Mors
onMap
Commits
b36cc17a
Commit
b36cc17a
authored
Dec 28, 2018
by
Corentin Mors
⚔
Browse files
Make room view responsive
parent
f886585d
Changes
1
Show whitespace changes
Inline
Side-by-side
server/public/assets/style.css
View file @
b36cc17a
...
...
@@ -54,6 +54,28 @@ ul {
height
:
100vh
;
}
@media
screen
and
(
max-width
:
1024px
)
{
.container-main
{
width
:
60vw
;
}
.container-side
{
width
:
39vw
;
}
}
@media
screen
and
(
max-width
:
1024px
)
{
.container-main
{
width
:
100vw
;
height
:
auto
;
}
.container-side
{
width
:
100vw
;
position
:
relative
;
}
}
/* Room form */
.room-form
.input-form
{
...
...
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