Skip to content

Commit 9d628f6

Browse files
committed
Fix sizing of the icon for nextcloud/server#2924
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent 5ece4d2 commit 9d628f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ img.notification-icon {
103103
.notifications-button {
104104
position: relative;
105105
float: right;
106-
width: 21px;
107-
height: 21px;
106+
width: 16px;
107+
height: 16px;
108108
display: block;
109109
border-radius: 50%;
110110
text-align: center;

0 commit comments

Comments
 (0)