From c2a89b70ce75c4955cbdb1ced6fd20a5010a8c9b Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 1 May 2020 23:24:05 +0200 Subject: Fix margin-content and miniature thumbnail width on mobile, fix media queries for tables above lg breakpoint --- client/src/app/shared/forms/markdown-textarea.component.scss | 2 +- client/src/app/videos/+video-watch/video-watch.component.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 065cd2dec..8e5739e45 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss @@ -15,7 +15,7 @@ $input-border-radius: 3px; @include peertube-textarea(100%, 150px); background-color: var(--textareaBackgroundColor); - font-family: courier, monospace; + font-family: monospace; font-size: 13px; border-bottom: none; border-bottom-left-radius: unset; diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index e0009ed3f..977312a83 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -551,7 +551,8 @@ my-video-comments { @media screen and (max-width: 600px) { .video-bottom { - margin: 20px 0 0 0 !important; + margin-top: 20px !important; + margin-bottom: 20px !important; .video-info { padding: 0; -- cgit v1.2.3