Reduce toolbar bottom shaded line tickness.

This commit is contained in:
hackademix 2022-04-16 00:01:35 +02:00
parent 0a8f5cac02
commit 7b19b23d05
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ html:not(.mobile) #scrollable {
display: flex;
-moz-user-select: none;
user-select: none;
background: linear-gradient(to bottom, transparent 0, transparent 85%, var(--form-color1) 100%) no-repeat;
background: linear-gradient(to bottom, transparent 0, transparent 95%, var(--form-color1) 100%) no-repeat;
}
.icon {