mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update offline indicator
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user