Show the timeline on when replies are present
This commit is contained in:
parent
2e743b41e0
commit
4476d45228
3 changed files with 14 additions and 2 deletions
|
|
@ -10,6 +10,13 @@ body {
|
|||
background-color: var(--color-gray-100);
|
||||
}
|
||||
|
||||
.no-scrollbar {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@theme {
|
||||
--color-brand: #e32a6d;
|
||||
--color-brand-hover: #c4205a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue