diff options
-rw-r--r-- | client/src/sass/application.scss | 3 | ||||
-rw-r--r-- | support/doc/tools.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 4cac94f67..9cf2a053d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -2,6 +2,7 @@ | |||
2 | @use 'sass:color'; | 2 | @use 'sass:color'; |
3 | 3 | ||
4 | @use '_variables' as *; | 4 | @use '_variables' as *; |
5 | @use '_bootstrap-variables' as *; | ||
5 | @use '_mixins' as *; | 6 | @use '_mixins' as *; |
6 | @use '_icons' as *; | 7 | @use '_icons' as *; |
7 | 8 | ||
@@ -223,7 +224,7 @@ my-global-icon[iconName=external-link] { | |||
223 | } | 224 | } |
224 | } | 225 | } |
225 | 226 | ||
226 | @media screen and (max-width: #{breakpoint(lg)}) { | 227 | @media screen and (max-width: #{breakpoint(xl)}) { |
227 | .main-col { | 228 | .main-col { |
228 | --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; | 229 | --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; |
229 | } | 230 | } |
diff --git a/support/doc/tools.md b/support/doc/tools.md index f45a39718..39f5ab787 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -373,7 +373,7 @@ peertube-runner [commands] --id instance-2 | |||
373 | peertube-runner [commands] --id instance-3 | 373 | peertube-runner [commands] --id instance-3 |
374 | ``` | 374 | ``` |
375 | 375 | ||
376 | You can change the runner configuration (ffmpeg threads, ffmpeg nice etc) by editing `~/.config/peertube-runner-nodejs/[id]/config.toml`. | 376 | You can change the runner configuration (jobs concurrency, ffmpeg threads/nice etc) by editing `~/.config/peertube-runner-nodejs/[id]/config.toml`. |
377 | 377 | ||
378 | ### Run the server | 378 | ### Run the server |
379 | 379 | ||