added onclick event for sub list

This commit is contained in:
plebbitor
2023-02-07 22:55:00 +01:00
parent 0969cf9bb8
commit 1046576fac
3 changed files with 91 additions and 111 deletions
+6
View File
@@ -228,4 +228,10 @@ export const BoardForm = styled.form`
word-break: break-word;
max-width: 100%;
}
hr {
border: none;
border-top: 1px solid #d9bfb7;
height: 0;
}
`;