Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Show Cases
IBC 2019
multistream-server
Commits
74231cc5
Commit
74231cc5
authored
Aug 14, 2019
by
Jakub Adam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Place videos above each other when browser is in portrait mode
parent
bdeb3179
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/resources/style.css
src/resources/style.css
+9
-0
No files found.
src/resources/style.css
View file @
74231cc5
...
...
@@ -55,3 +55,12 @@ footer > img {
bottom
:
0
;
max-height
:
100%
;
}
@media
(
orientation
:
portrait
)
{
#videos
{
flex-flow
:
column
;
}
#videos
>
div
{
width
:
auto
;
}
}
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