From 3a449c20f72ad8a9fd54331b5dc3a5c92989d404 Mon Sep 17 00:00:00 2001 From: Amine Date: Thu, 23 Apr 2020 08:48:14 +0000 Subject: Release 5.5.0-gm.2 (#625) * Bump Electron to 8.2.3 for latest fixes * Bump version to 5.5.0-gm.2 * Update recipes submodule * Update changelog * Add support for external issue linking * Link README * Address regression introduced by #590 * Add new translations contributors * #620 Address broken translation * Fix cache clearing feedback US copy * Update changelog to include latest merged pull requests * Fix changelog format * Review branding of initial system notification on macOS * #569 Fix missing margin between tabs Co-authored-by: vantezzen --- src/styles/settings.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/styles/settings.scss') diff --git a/src/styles/settings.scss b/src/styles/settings.scss index 580917fe2..dab48ef0b 100644 --- a/src/styles/settings.scss +++ b/src/styles/settings.scss @@ -197,6 +197,8 @@ overflow-y: scroll; padding: 25px 15px 15px 25px; + .badge { margin-right: 10px; } + &::-webkit-scrollbar { width: 8px; } /* Track */ -- cgit v1.2.3-54-g00ecf