From 7cd1daf6f8ebec7343a47317b54d7952549d3220 Mon Sep 17 00:00:00 2001 From: nicolaszezuka Date: Mon, 26 Mar 2018 20:39:35 +0200 Subject: [PATCH] responsive checkbox mobile --- web/scss/youtube.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/scss/youtube.scss b/web/scss/youtube.scss index bd3e2fcb..cd2d3544 100644 --- a/web/scss/youtube.scss +++ b/web/scss/youtube.scss @@ -1629,4 +1629,9 @@ header .right a.github { text-align: center; } } + .sync { + .form-inner { + width: 100%; + } + } } \ No newline at end of file