diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-26 11:02:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-26 11:18:02 +0200 |
commit | ca91a74b8777551cde524121234163e89cc689d5 (patch) | |
tree | ebef78f9426f155510b5b09b48ecec8c1423b132 | |
parent | 4b70c278a960a8d43407f0039aa03d0b08b44f9c (diff) | |
download | PeerTube-ca91a74b8777551cde524121234163e89cc689d5.tar.gz PeerTube-ca91a74b8777551cde524121234163e89cc689d5.tar.zst PeerTube-ca91a74b8777551cde524121234163e89cc689d5.zip |
Improve responsive on medium destkop screens
-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 | ||