From 2d9fea161fd4fc73994fc77951bafdccdc2071fd Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 30 Aug 2018 11:15:22 +0200 Subject: watch view visual tweaks and search/comment placeholder dismiss on focus (#983) - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view --- client/src/sass/application.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 9c4811fec..21df23c18 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -61,6 +61,13 @@ label { border-color: $red !important; } +.fullWidth { + width: 100%; + margin-left: auto; + margin-right: auto; + max-width: initial; +} + .glyphicon-black { color: black; } -- cgit v1.2.3