mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Bold display name in Notifications tab
This commit is contained in:
parent
b3521e5033
commit
de5a5c8fcf
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.layout-single-column .notification__display-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
.layout-single-column .notification__report {
|
||||
background-color: var(--color-content-bg);
|
||||
border-bottom: 0;
|
||||
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.layout-single-column .notification__display-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
.layout-single-column .notification__report {
|
||||
background-color: var(--color-content-bg);
|
||||
border-bottom: 0;
|
||||
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.layout-single-column .notification__display-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
.layout-single-column .notification__report {
|
||||
background-color: var(--color-content-bg);
|
||||
border-bottom: 0;
|
||||
|
@ -2478,6 +2478,9 @@ body.layout-single-column {
|
||||
.layout-single-column .scrollable > div > article:first-child .notification__message {
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.layout-single-column .notification__display-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
.layout-single-column .notification__report {
|
||||
background-color: var(--color-content-bg);
|
||||
border-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user