From 59a669b956bf5948dcc998437b675bda089fbc80 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 31 Jul 2018 22:29:07 +0530 Subject: [PATCH] style fixes --- src/components/AddLibrary.jsx | 4 ++-- src/style.css | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/AddLibrary.jsx b/src/components/AddLibrary.jsx index 1054cff..54b6e4b 100644 --- a/src/components/AddLibrary.jsx +++ b/src/components/AddLibrary.jsx @@ -61,8 +61,8 @@ export default class AddLibrary extends Component {

Add Library

-
- +
+ #demo-frame { .saved-item-tile__btn { padding: 7px 10px; - color: rgba(255, 255, 255, 0.3); + color: white; border-radius: 20px; margin-left: 2px; - background: rgba(255, 255, 255, 0.05); + background: rgba(255, 255, 255, 0.1); text-transform: uppercase; } @@ -1066,7 +1067,8 @@ body > #demo-frame { } .saved-items-pane__container { - overflow-y: scroll; + overflow-y: auto; + overflow-x: hidden; max-height: calc(100vh - 90px); }