summaryrefslogtreecommitdiffstats
path: root/css/ContactsList.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/ContactsList.scss')
-rw-r--r--css/ContactsList.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/ContactsList.scss b/css/ContactsList.scss
index 670c1231..586d491b 100644
--- a/css/ContactsList.scss
+++ b/css/ContactsList.scss
@@ -22,16 +22,16 @@
#app-details-toggle {
position: fixed;
- z-index: 149;
+ z-index: 1500;
left: 0;
display: inline-block;
width: 44px;
height: 44px;
- margin-top: 44px; // under the show navigation button
cursor: pointer;
transform: rotate(180deg);
- opacity: .6;
background-color: var(--color-background-darker);
+ border-radius: 50%;
+ opacity: 1;
}