Notifications UI

This commit is contained in:
yflory
2019-05-23 11:34:56 +02:00
parent 9cb1a059f2
commit ed868f9c5d
2 changed files with 15 additions and 1 deletions

View File

@@ -576,8 +576,13 @@
button {
height: @toolbar_line-height;
width: @toolbar_line-height;
font-size: 20px;
font-size: 15px;
margin-top: -1px;
.cp-dropdown-button-title {
transform: scale(0.5);
bottom: -5px;
right: -5px;
}
}
}
.cp-toolbar-new {
@@ -917,6 +922,10 @@
width: 20px;
height: 20px;
line-height: 16px;
&.cp-notifications-small {
font-size: 10px;
line-height: 17px;
}
}
}
}