Bmansurov has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171433

Change subject: Fix notification icon size and count in alpha
......................................................................

Fix notification icon size and count in alpha

Bug: 72979
Change-Id: I42327a6e26ab6a4d31d38f45df9f3f75a883765c
---
M less/ui.less
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/33/171433/1

diff --git a/less/ui.less b/less/ui.less
index a308c08..ddeb688 100644
--- a/less/ui.less
+++ b/less/ui.less
@@ -220,6 +220,12 @@
                // Make sure count is positioned correctly in relation to bell 
icon
                position: relative;
 
+               // make icon size bigger in alpha
+               &::before {
+                       margin: 0 0.75em;
+                       z-index: -1;
+               }
+
                // FIXME: Remove when cache is cleared.
                &.icon {
                        width: @headerHeight;
@@ -241,6 +247,7 @@
                        color: #fff;
                        background: #c91f2c;
                        border-radius: 2px;
+                       float: right;
                        height: 1.2em;
                        line-height: 1.2em;
                        min-width: 1em;

-- 
To view, visit https://gerrit.wikimedia.org/r/171433
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42327a6e26ab6a4d31d38f45df9f3f75a883765c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <bmansu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to