update offline indicator

This commit is contained in:
Tom
2023-05-04 22:28:13 +02:00
parent 852950d022
commit 05d1a54e70
6 changed files with 6 additions and 11 deletions
+3 -6
View File
@@ -246,11 +246,8 @@ export const BoardsContent = styled.div`
.offline-indicator {
position: absolute;
top: calc(50% - 10px);
left: 0;
width: 100%;
object-fit: cover;
z-index: 1;
top: 5px;
right: 5px;
}
.board-text {
@@ -298,7 +295,7 @@ export const BoardsContent = styled.div`
}
.disconnected {
width: 15px;
width: 13px;
position: absolute;
}
`;