diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/forms/markdown-textarea.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 3 |
2 files changed, 3 insertions, 2 deletions
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; | |||
15 | @include peertube-textarea(100%, 150px); | 15 | @include peertube-textarea(100%, 150px); |
16 | 16 | ||
17 | background-color: var(--textareaBackgroundColor); | 17 | background-color: var(--textareaBackgroundColor); |
18 | font-family: courier, monospace; | 18 | font-family: monospace; |
19 | font-size: 13px; | 19 | font-size: 13px; |
20 | border-bottom: none; | 20 | border-bottom: none; |
21 | border-bottom-left-radius: unset; | 21 | 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 { | |||
551 | 551 | ||
552 | @media screen and (max-width: 600px) { | 552 | @media screen and (max-width: 600px) { |
553 | .video-bottom { | 553 | .video-bottom { |
554 | margin: 20px 0 0 0 !important; | 554 | margin-top: 20px !important; |
555 | margin-bottom: 20px !important; | ||
555 | 556 | ||
556 | .video-info { | 557 | .video-info { |
557 | padding: 0; | 558 | padding: 0; |