IMPR: Offline messaging

This commit is contained in:
Tony Air 2020-04-02 07:18:16 +07:00
parent 45c8942770
commit df000626f8
1 changed files with 9 additions and 0 deletions

View File

@ -383,3 +383,12 @@ textarea,
display: block;
}
}
.alert-offline {
display: none;
}
body.is-offline {
.alert-offline {
display: block;
}
}