Improve responsive on medium destkop screens

pull/5817/head
Chocobozzz 2023-05-26 11:02:06 +02:00
parent 4b70c278a9
commit ca91a74b87
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
@use 'sass:color'; @use 'sass:color';
@use '_variables' as *; @use '_variables' as *;
@use '_bootstrap-variables' as *;
@use '_mixins' as *; @use '_mixins' as *;
@use '_icons' 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 { .main-col {
--videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)};
} }

View File

@ -373,7 +373,7 @@ peertube-runner [commands] --id instance-2
peertube-runner [commands] --id instance-3 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 ### Run the server