ThumbNavigation: fix truncated notification counter

This commit is contained in:
Alex Gleason 2021-10-15 10:47:18 -05:00
parent db741effc6
commit 6d88f200f1
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@
} }
.icon-with-counter__counter { .icon-with-counter__counter {
right: -8px; right: -7px;
top: -5px;
} }
} }