aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-23 08:48:14 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-23 08:48:14 +0000
commit3a449c20f72ad8a9fd54331b5dc3a5c92989d404 (patch)
tree62b022e250e850676e7f2223f780ad5daa8d5025 /src/styles
parentNew Crowdin translations (#628) (diff)
downloadferdium-app-3a449c20f72ad8a9fd54331b5dc3a5c92989d404.tar.gz
ferdium-app-3a449c20f72ad8a9fd54331b5dc3a5c92989d404.tar.zst
ferdium-app-3a449c20f72ad8a9fd54331b5dc3a5c92989d404.zip
Release 5.5.0-gm.2 (#625)v5.5.0-gm.2
* 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 <hello@vantezzen.io>
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss2
-rw-r--r--src/styles/tabs.scss2
2 files changed, 3 insertions, 1 deletions
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 @@
197 overflow-y: scroll; 197 overflow-y: scroll;
198 padding: 25px 15px 15px 25px; 198 padding: 25px 15px 15px 25px;
199 199
200 .badge { margin-right: 10px; }
201
200 &::-webkit-scrollbar { width: 8px; } 202 &::-webkit-scrollbar { width: 8px; }
201 203
202 /* Track */ 204 /* Track */
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 65ca97a54..d09353e38 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -52,7 +52,7 @@
52 52
53 .tab-item__message-count { 53 .tab-item__message-count {
54 align-items: center; 54 align-items: center;
55 background: #0088cc; 55 background: $theme-brand-danger;
56 border-radius: 20px; 56 border-radius: 20px;
57 bottom: 8px; 57 bottom: 8px;
58 color: #FFF; 58 color: #FFF;