From 07fa4c97ca50b83b0bee9230da97d02401b4e05f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 20 Feb 2018 16:13:05 +0100 Subject: Add support to video support on client --- client/src/app/videos/+video-watch/modal/video-support.component.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/src/app/videos/+video-watch/modal/video-support.component.scss (limited to 'client/src/app/videos/+video-watch/modal/video-support.component.scss') diff --git a/client/src/app/videos/+video-watch/modal/video-support.component.scss b/client/src/app/videos/+video-watch/modal/video-support.component.scss new file mode 100644 index 000000000..184e09027 --- /dev/null +++ b/client/src/app/videos/+video-watch/modal/video-support.component.scss @@ -0,0 +1,3 @@ +.action-button-cancel { + margin-right: 0 !important; +} -- cgit v1.2.3