Add cache-first service worker

This commit is contained in:
Ken-Håvard Lieng 2018-11-06 11:13:32 +01:00
parent b2b5f82486
commit ca222ff10d
20 changed files with 672 additions and 181 deletions

View file

@ -186,11 +186,14 @@ i[class*=' icon-']:before {
.app-info {
width: 100%;
font-family: Montserrat, sans-serif;
background: #f6546a;
background: #6bb758;
color: #fff;
height: 50px;
line-height: 50px;
text-align: center;
padding: 15px;
}
.app-info-error {
background: #f6546a;
}
.app-container {
@ -800,10 +803,6 @@ input.message-input-nick.invalid {
}
@media (max-width: 600px) {
.app-info {
font-size: 12px;
}
.tablist {
width: 200px;
transform: translateX(-200px);