Skip to content

Commit b32b70d

Browse files
committed
UI/Style: re-align timestamp notification and empty panel
1 parent 2899b69 commit b32b70d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ a {
960960
text-align: center;
961961
font-size: 1.2rem;
962962
font-weight: normal;
963+
padding: 4rem;
963964
}
964965

965966
.notification-container .empty .status-icon {
@@ -972,7 +973,7 @@ a {
972973

973974
.notification-container li {
974975
border-bottom: 1px solid #e9e4e4;
975-
padding: 30px 20px 50px 20px;
976+
padding: 1rem;
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

web/js/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)