- Merge request !99Update CSS classes of pwa install button in pwa_a2hs_prompt.js → (Open) created by Duwid
Hi, it is not possible to add class to the button of the block. I have a Bootstrap theme and the button is very ugly. Can you improve the TWIG file :
pwa-add-to-home-screen.html.twig :
{%
set classes = [
'alert',
'alert-dark',
'text-justify',
]
%}
<div{{ attributes.addClass(classes) }}>
{{ intro_text }}
</div>
Active
2.0
pwa_a2hs
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.