From 9d628f67e9841277c57bb89bcedbc4ebf6ca87f4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 23 Jan 2017 12:17:15 -0600 Subject: [PATCH] Fix sizing of the icon for nextcloud/server#2924 Signed-off-by: Morris Jobke --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index cd87d96e2..be3f08f4f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -103,8 +103,8 @@ img.notification-icon { .notifications-button { position: relative; float: right; - width: 21px; - height: 21px; + width: 16px; + height: 16px; display: block; border-radius: 50%; text-align: center;