feat: default accounts appear on homepage if not following an account
This commit is contained in:
@@ -26,6 +26,25 @@
|
||||
button {
|
||||
float: unset;
|
||||
}
|
||||
|
||||
&.timeline-default {
|
||||
background-color: var(--bg_panel);
|
||||
border-bottom: 1px solid var(--bg_elements);
|
||||
margin-bottom: 5px;
|
||||
|
||||
.timeline-default-message {
|
||||
color: var(--fg_color);
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
color: var(--accent);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-banner img {
|
||||
|
||||
Reference in New Issue
Block a user