add offline indicator in subscriptions section

This commit is contained in:
Tom
2023-05-04 21:55:56 +02:00
parent 2108d165fc
commit 852950d022
3 changed files with 26 additions and 1 deletions
+5
View File
@@ -296,6 +296,11 @@ export const BoardsContent = styled.div`
display: none;
}
}
.disconnected {
width: 15px;
position: absolute;
}
`;
export const Footer = styled.div`