aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-06-26 19:40:03 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-06-26 19:40:03 +0530
commitdb3ed8fc7acbc1722160992b66fd6b3664c64007 (patch)
tree8e1885288da84139afe108f124bee2c6a3f594a7 /src/client/util/SharingManager.scss
parent76906b719bcd1b605910003ec23412da81b17ad1 (diff)
convoluted permissions stuff + SharingManager ui changes
Diffstat (limited to 'src/client/util/SharingManager.scss')
-rw-r--r--src/client/util/SharingManager.scss15
1 files changed, 6 insertions, 9 deletions
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;
}