From 70014189d526f19d78745ee46a8703ba61fd1b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Wed, 18 Jan 2017 22:00:38 +0100 Subject: [PATCH] Add responsiveness to the movie buttons --- src/public/less/app.less | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/public/less/app.less b/src/public/less/app.less index 0c4afa8..d1cfe4f 100644 --- a/src/public/less/app.less +++ b/src/public/less/app.less @@ -23,8 +23,19 @@ body { .list-details-buttons { position: fixed; - bottom: 1%; - right: 1%; + bottom: 0px; + padding-top: 5px; + background-color: @body-bg; + + @media (min-width: @screen-xs-max) { + right: 0px; + margin-right: 5px; + } + + a.btn, + div.btn-group { + margin-bottom: 5px; + } } .list-filter {