From db3ed8fc7acbc1722160992b66fd6b3664c64007 Mon Sep 17 00:00:00 2001 From: usodhi <61431818+usodhi@users.noreply.github.com> Date: Fri, 26 Jun 2020 19:40:03 +0530 Subject: convoluted permissions stuff + SharingManager ui changes --- src/client/util/SharingManager.scss | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/client/util/SharingManager.scss') diff --git a/src/client/util/SharingManager.scss b/src/client/util/SharingManager.scss index 1aff345a0..7b7412ec7 100644 --- a/src/client/util/SharingManager.scss +++ b/src/client/util/SharingManager.scss @@ -23,9 +23,8 @@ border: 1px solid black; padding-left: 10px; padding-right: 10px; - // max-height: 200px; - overflow: scroll; - height: -webkit-fill-available; + overflow-y: scroll; + overflow-x: hidden; text-align: left; display: flex; align-content: center; @@ -33,9 +32,8 @@ text-align: center; justify-content: center; color: red; - - // width: 50%; - max-height: 150px; + height: 150px; + margin: 0 2; } } } @@ -45,7 +43,6 @@ } p { - // font-size: 20px; font-size: 15px; text-align: left; font-style: italic; @@ -92,12 +89,12 @@ max-width: 700px; text-align: left; font-style: normal; - font-size: 15; + font-size: 14; font-weight: normal; padding: 0; .padding { - padding: 0 0 0 20px; + padding: 0 0 0 10px; color: black; } -- cgit v1.2.3-70-g09d2