revert offline text

This commit is contained in:
Tom
2023-05-29 18:30:09 +02:00
parent c27a778e73
commit c0155b026a
3 changed files with 20 additions and 25 deletions
+8 -6
View File
@@ -284,8 +284,10 @@ export const BoardsContent = styled.div`
font-size: 1.2em;
}
.offline-text {
.disconnected {
width: 13px;
margin-bottom: -1px;
position: absolute;
}
}
@@ -294,10 +296,10 @@ export const BoardsContent = styled.div`
display: none;
}
.offline-text {
font-size: 9px;
color: red;
font-weight: 700;
.disconnected {
width: 13px;
margin-top: 0px;
position: absolute;
}
}