diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-09-28 14:03:01 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-09-28 14:03:01 -0400 |
| commit | ca5ba45ffeebfca4c600c55268202672ff55775c (patch) | |
| tree | 2b71486e35151599e95b55df6719c0b7ca233f27 /src/client/views | |
| parent | a80f0867032a4735b319c87c1c7c045f062a7d4f (diff) | |
library updates
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.scss | 5 | ||||
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/src/client/views/collections/CollectionBaseView.scss b/src/client/views/collections/CollectionBaseView.scss index 583e6f6ca..5ed593f5a 100644 --- a/src/client/views/collections/CollectionBaseView.scss +++ b/src/client/views/collections/CollectionBaseView.scss @@ -1,4 +1,5 @@ @import "../globalCssVariables"; + #collectionBaseView { border-width: 0; border-color: $light-color-secondary; @@ -6,7 +7,7 @@ border-radius: 0 0 $border-radius $border-radius; box-sizing: border-box; border-radius: inherit; - width:100%; - height:100%; + width: 100%; + height: 100%; overflow: auto; }
\ No newline at end of file diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 197e57808..f423788bd 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -7,9 +7,9 @@ border-radius: inherit; box-sizing: border-box; height: 100%; - width:100%; + width: 100%; position: absolute; - top:0; + top: 0; padding-top: 20px; padding-left: 10px; padding-right: 0px; @@ -51,7 +51,7 @@ .editableView-container-editing { display: block; text-overflow: ellipsis; - font-size: 24px; + font-size: 1vw; white-space: nowrap; } } |
