diff options
author | Rigel Kent <par@rigelk.eu> | 2018-08-30 11:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-30 11:15:22 +0200 |
commit | 2d9fea161fd4fc73994fc77951bafdccdc2071fd (patch) | |
tree | 12b86d180d60c1a7df53f4f7dafc2bb2f68dbdf4 /client/src/sass/application.scss | |
parent | 649fa07756874e342821fb53840d2d5b2be9c68e (diff) | |
download | PeerTube-2d9fea161fd4fc73994fc77951bafdccdc2071fd.tar.gz PeerTube-2d9fea161fd4fc73994fc77951bafdccdc2071fd.tar.zst PeerTube-2d9fea161fd4fc73994fc77951bafdccdc2071fd.zip |
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
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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 { | |||
61 | border-color: $red !important; | 61 | border-color: $red !important; |
62 | } | 62 | } |
63 | 63 | ||
64 | .fullWidth { | ||
65 | width: 100%; | ||
66 | margin-left: auto; | ||
67 | margin-right: auto; | ||
68 | max-width: initial; | ||
69 | } | ||
70 | |||
64 | .glyphicon-black { | 71 | .glyphicon-black { |
65 | color: black; | 72 | color: black; |
66 | } | 73 | } |