Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpv_sync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefan Kraus
mpv_sync
Commits
b75cf8d5
Commit
b75cf8d5
authored
Apr 5, 2021
by
Stefan Kraus
Browse files
Options
Downloads
Patches
Plain Diff
Make layout work on smaller displays
parent
b988e782
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/src/App.tsx
+1
-1
1 addition, 1 deletion
frontend/src/App.tsx
frontend/src/connectionstatus/ConnectionStatusBar.tsx
+1
-1
1 addition, 1 deletion
frontend/src/connectionstatus/ConnectionStatusBar.tsx
frontend/src/index.tsx
+1
-1
1 addition, 1 deletion
frontend/src/index.tsx
with
3 additions
and
3 deletions
frontend/src/App.tsx
+
1
−
1
View file @
b75cf8d5
...
@@ -10,7 +10,7 @@ import PlayerButtonBar from "./player/PlayerButtonBar";
...
@@ -10,7 +10,7 @@ import PlayerButtonBar from "./player/PlayerButtonBar";
function
App
()
{
function
App
()
{
return
(
return
(
<
Container
maxWidth
=
{
window
.
innerWidth
>=
2000
?
"
xl
"
:
"
lg
"
}
>
<
Container
maxWidth
=
{
window
.
innerWidth
>=
2000
?
"
xl
"
:
"
lg
"
}
>
<
Box
my
=
{
1
}
>
<
Box
my
=
{
0
}
>
<
Grid
container
spacing
=
{
1
}
>
<
Grid
container
spacing
=
{
1
}
>
<
Grid
item
xs
=
{
12
}
>
<
Grid
item
xs
=
{
12
}
>
<
ConnectionStatusBar
/>
<
ConnectionStatusBar
/>
...
...
This diff is collapsed.
Click to expand it.
frontend/src/connectionstatus/ConnectionStatusBar.tsx
+
1
−
1
View file @
b75cf8d5
...
@@ -61,7 +61,7 @@ export function ConnectionStatusBar(props: Props) {
...
@@ -61,7 +61,7 @@ export function ConnectionStatusBar(props: Props) {
return
(
return
(
<
div
className
=
{
classes
.
root
}
>
<
div
className
=
{
classes
.
root
}
>
<
AppBar
position
=
"static"
color
=
"default"
>
<
AppBar
position
=
"static"
color
=
"default"
>
<
Toolbar
>
{
TypographyHelper
()
}
</
Toolbar
>
<
Toolbar
variant
=
"dense"
>
{
TypographyHelper
()
}
</
Toolbar
>
</
AppBar
>
</
AppBar
>
</
div
>
</
div
>
);
);
...
...
This diff is collapsed.
Click to expand it.
frontend/src/index.tsx
+
1
−
1
View file @
b75cf8d5
...
@@ -8,7 +8,7 @@ import { createMuiTheme, MuiThemeProvider } from "@material-ui/core";
...
@@ -8,7 +8,7 @@ import { createMuiTheme, MuiThemeProvider } from "@material-ui/core";
import
CssBaseline
from
"
@material-ui/core/CssBaseline
"
;
import
CssBaseline
from
"
@material-ui/core/CssBaseline
"
;
const
theme
=
createMuiTheme
({
const
theme
=
createMuiTheme
({
spacing
:
4
,
spacing
:
8
,
palette
:
{
palette
:
{
type
:
"
dark
"
,
type
:
"
dark
"
,
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment