0278fe6ae4
This reverts commit 39c1906e67.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
188 B
CSS
14 lines
188 B
CSS
/* PWA install */
|
|
.pwa__instructions {
|
|
@media (display-mode: standalone) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.pwa__installer {
|
|
display: none;
|
|
|
|
.pwa--can-install & {
|
|
display: block;
|
|
}
|
|
} |