File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 960960 text-align : center;
961961 font-size : 1.2rem ;
962962 font-weight : normal;
963+ padding : 4rem ;
963964}
964965
965966.notification-container .empty .status-icon {
972973
973974.notification-container li {
974975 border-bottom : 1px solid # e9e4e4 ;
975- padding : 30 px 20 px 50 px 20 px ;
976+ padding : 1 rem ;
976977}
977978
978979.notification-container li : last-child {
@@ -1046,9 +1047,10 @@ a {
10461047}
10471048
10481049.notification-container .time {
1049- float : right;
1050- margin-top : 1rem ;
1051- font-size : 0.7rem ;
1050+ font-size : 0.9em ;
1051+ display : block;
1052+ text-align : right;
1053+ padding-top : 0.6rem ;
10521054}
10531055
10541056
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ App.Templates.html = {
1313 </li>'
1414 ] ,
1515 notification_empty : [
16- '<li class="empty"><br><br>< span><i class="fas fa-bell-slash status-icon" style="font-size: 4rem;"></i><br><br>\
16+ '<li class="empty"><span><i class="fas fa-bell-slash status-icon" style="font-size: 4rem;"></i><br><br>\
1717 ' + App . Constants . NOTIFICATIONS_EMPTY + '\</span></li>'
1818 ]
1919 } ,
You can’t perform that action at this time.
0 commit comments