aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-08-02 12:10:29 -0400
committerGitHub <noreply@github.com>2021-08-02 12:10:29 -0400
commit44ed361a9f59a16bbd1b5f2483ba7eb10df2fa82 (patch)
treebd83a13b43cff8c7e8287ac9595670d4fe316626 /src/client/views/collections
parent2176e4e69ce69b949e66a90cc83e49ab96dedb5d (diff)
parent77c6321843e6f45765155526de49aee4c041a372 (diff)
Merge pull request #24 from brown-dash/aubrey-bugfix
UI Changes
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/CollectionLinearView.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss
index 913a65774..46e40489b 100644
--- a/src/client/views/collections/CollectionLinearView.scss
+++ b/src/client/views/collections/CollectionLinearView.scss
@@ -22,6 +22,7 @@
.bottomPopup-background {
background: $medium-blue;
display: flex;
+ border-radius: 10px;
height: 35;
transform: translate3d(6px, 0px, 0px);
align-content: center;
@@ -40,6 +41,7 @@
}
.bottomPopup-descriptions {
+ cursor:pointer;
display: inline;
white-space: nowrap;
padding-left: 8px;
@@ -52,6 +54,7 @@
}
.bottomPopup-exit {
+ cursor:pointer;
display: inline;
white-space: nowrap;
margin-right: 10px;