From 1bc9adf51dd6c1271cc090ca76febe7fb150a1a9 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Sat, 23 Feb 2019 13:11:01 +0100 Subject: [PATCH] :lipstick: Increase size of library elements list --- frontend/resources/styles/main/partials/library-bar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/library-bar.scss b/frontend/resources/styles/main/partials/library-bar.scss index 875b048313..650a270ee4 100644 --- a/frontend/resources/styles/main/partials/library-bar.scss +++ b/frontend/resources/styles/main/partials/library-bar.scss @@ -55,7 +55,8 @@ .library-elements { display: flex; flex-direction: column; - height: 85%; + height: calc(95% - 1rem); + margin-bottom: 1rem; overflow-y: auto; padding-bottom: 20px;