aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-09 16:20:31 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-14 15:03:38 +0200
commitee3bd9db05faee81c3def742ffd77de02f25342a (patch)
treeb2bf61e27b518c1450e4821c1fa09f2c8fe3015c /client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss
parentfd9c3c8d66197c8f6dfc6cc01cad797cda6c4f30 (diff)
downloadPeerTube-ee3bd9db05faee81c3def742ffd77de02f25342a.tar.gz
PeerTube-ee3bd9db05faee81c3def742ffd77de02f25342a.tar.zst
PeerTube-ee3bd9db05faee81c3def742ffd77de02f25342a.zip
Add emoji list to markdown infos
Diffstat (limited to 'client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss b/client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss
index daaf337c8..2be187670 100644
--- a/client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss
+++ b/client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss
@@ -99,6 +99,16 @@ form {
99 } 99 }
100} 100}
101 101
102.table-emoji {
103 td {
104 &:first-child {
105 width: 20px;
106 }
107
108 vertical-align: top;
109 }
110}
111
102@media screen and (max-width: 600px) { 112@media screen and (max-width: 600px) {
103 textarea, .comment-buttons button { 113 textarea, .comment-buttons button {
104 font-size: 14px !important; 114 font-size: 14px !important;