Bold display name in Notifications tab
This commit is contained in:
parent
b3521e5033
commit
de5a5c8fcf
4 changed files with 12 additions and 0 deletions
|
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||||
border-top: 1px solid var(--color-lines);
|
border-top: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
.layout-single-column .notification__display-name {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.layout-single-column .notification__report {
|
.layout-single-column .notification__report {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||||
border-top: 1px solid var(--color-lines);
|
border-top: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
.layout-single-column .notification__display-name {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.layout-single-column .notification__report {
|
.layout-single-column .notification__report {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||||
border-top: 1px solid var(--color-lines);
|
border-top: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
.layout-single-column .notification__display-name {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.layout-single-column .notification__report {
|
.layout-single-column .notification__report {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||||
border-top: 1px solid var(--color-lines);
|
border-top: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
.layout-single-column .notification__display-name {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.layout-single-column .notification__report {
|
.layout-single-column .notification__report {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue