aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 22:18:13 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 22:18:13 +0100
commit452a2dfe7df55280e2989279f57ece630235e55a (patch)
treea892b54ca6e13cd339f7ec84d938c314a641649d /src/styles/tabs.scss
parentslightly reduce tab height (diff)
downloadferdium-app-452a2dfe7df55280e2989279f57ece630235e55a.tar.gz
ferdium-app-452a2dfe7df55280e2989279f57ece630235e55a.tar.zst
ferdium-app-452a2dfe7df55280e2989279f57ece630235e55a.zip
move unread message badge a few pixel
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 8347de3b4..3ffc53558 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -67,8 +67,8 @@
67 padding: 0px 5px; 67 padding: 0px 5px;
68 font-size: 11px; 68 font-size: 11px;
69 position: absolute; 69 position: absolute;
70 right: 5px; 70 right: 8px;
71 bottom: 5px; 71 bottom: 8px;
72 display: flex; 72 display: flex;
73 justify-content: center; 73 justify-content: center;
74 align-items: center; 74 align-items: center;