commit | ad2b2414f71b1d6ed5681dc2c0bc9475ae2cec31 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Mon Feb 22 11:24:14 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Mon Feb 22 11:24:14 2021 +0100 |
tree | ea1d61d58584ddc41f1a4546c885a5904a7285a3 | |
parent | de98f74f3bb7f548139633e50ef8433cd10e8ffc [diff] |
[Profile indicator] Minor style adjustment Increase left margin of the profile indicator to adapt better to the new design of the message header. Bug: #31 Change-Id: I61b652a2f2fbb34f8acc88c9e501a05359174e4d
diff --git a/src/injections/profileindicator_inject.css b/src/injections/profileindicator_inject.css index abb5d2c..55a7d63 100644 --- a/src/injections/profileindicator_inject.css +++ b/src/injections/profileindicator_inject.css
@@ -51,7 +51,7 @@ .num-posts-indicator { display: inline-block; padding: 3px 7px; - margin-left: 4px; + margin-left: 8px; border-radius: 16px; height: 14px; min-width: 12px;