Browse Source

Improve responsive on medium destkop screens

develop
Chocobozzz 3 days ago
parent
commit
ca91a74b87
No known key found for this signature in database GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      client/src/sass/application.scss
  2. +1
    -1
      support/doc/tools.md

+ 2
- 1
client/src/sass/application.scss View File

@@ -2,6 +2,7 @@
@use 'sass:color';

@use '_variables' as *;
@use '_bootstrap-variables' as *;
@use '_mixins' as *;
@use '_icons' as *;

@@ -223,7 +224,7 @@ my-global-icon[iconName=external-link] {
}
}

@media screen and (max-width: #{breakpoint(lg)}) {
@media screen and (max-width: #{breakpoint(xl)}) {
.main-col {
--videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)};
}


+ 1
- 1
support/doc/tools.md View File

@@ -373,7 +373,7 @@ peertube-runner [commands] --id instance-2
peertube-runner [commands] --id instance-3
```

You can change the runner configuration (ffmpeg threads, ffmpeg nice etc) by editing `~/.config/peertube-runner-nodejs/[id]/config.toml`.
You can change the runner configuration (jobs concurrency, ffmpeg threads/nice etc) by editing `~/.config/peertube-runner-nodejs/[id]/config.toml`.

### Run the server



Loading…
Cancel
Save