added tooltip

This commit is contained in:
plebbitor
2023-02-28 16:34:33 +01:00
parent e105097fd5
commit 08cc113295
4 changed files with 154 additions and 19 deletions
+7
View File
@@ -1575,6 +1575,13 @@ export const BoardForm = styled.div`
display: none;
}
.tooltip {
border-radius: 0;
max-width: 80%;
font-size: 11px;
padding: 3px;
}
${({ selectedStyle }) => {
switch (selectedStyle) {
case 'Yotsuba':