Add alert dropdown style for channel and fix font size for dashboard origin
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -446,6 +446,16 @@ nav.top div.slideout.mail .dropdown .mail .message a {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav.top div.slideout.alerts .dropdown .alerts .alert .header {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.top div.slideout.alerts .dropdown .alerts .alert .header a:link,
|
||||||
|
nav.top div.slideout.alerts .dropdown .alerts .alert .header a:visited {
|
||||||
|
color: var(--subtitle);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
nav.top div.slideout.alerts .dropdown .alerts .alert .info,
|
nav.top div.slideout.alerts .dropdown .alerts .alert .info,
|
||||||
nav.top div.slideout.mail .dropdown .mail .message .info {
|
nav.top div.slideout.mail .dropdown .mail .message .info {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1092,6 +1102,7 @@ body.dashboard .dash-container .primary .mainbox .alert .info {
|
|||||||
|
|
||||||
body.dashboard .dash-container .primary .mainbox .alert .origin {
|
body.dashboard .dash-container .primary .mainbox .alert .origin {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dashboard .dash-container .primary .mainbox .alert .origin a:link,
|
body.dashboard .dash-container .primary .mainbox .alert .origin a:link,
|
||||||
|
|||||||
Reference in New Issue
Block a user