Skip to content

Commit

Permalink
UX adjustments and refinement to Notifications panel (#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraham76 authored Apr 26, 2024
1 parent f904892 commit 12497d8
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,13 @@ header {
}
button {
padding: 1px;
font-size: var(--font-caption);
}
}
.text-body {
font-size: var(--font-body-small);
color: var(--text-color-secondary);
margin-top: 1rem;
}
.notification-items-container {
Expand All @@ -193,7 +195,9 @@ header {
}
.msg {
font-size: var(--font-caption);
color: #9298a5;
color: var(--text-color-secondary);
margin-top: 0.2rem;
/* color: #9298a5; */
}
.action {
font-size: var(--font-caption);
Expand All @@ -218,8 +222,9 @@ header {
gap: var(--gap-small);
.status-msg {
display: flex;
align-items: center;
align-items: top;
gap: 0.5rem;
font-size: var(--font-caption);
}
.status-msg.ok {
color: var(--primary-color);
Expand All @@ -230,6 +235,8 @@ header {
.time-msg {
font-size: var(--font-caption);
color: var(--text-color-secondary);
min-width: 96px;
text-align: right;
}
}
}
Expand Down

0 comments on commit 12497d8

Please sign in to comment.