Fix ask fab not being visible at tablet size

This commit is contained in:
Karina Kwiatek 2021-09-24 00:06:23 +02:00
parent 0c8f2ef1e7
commit 3a8d207b70
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
= render 'navigation/mobile' = render 'navigation/mobile'
= render 'modal/ask' = render 'modal/ask'
%button.btn.btn-primary.btn-fab.d-block.d-sm-none{ data: { target: '#modal-ask-followers', toggle: :modal }, type: 'button' } %button.btn.btn-primary.btn-fab.d-block.d-lg-none{ data: { target: '#modal-ask-followers', toggle: :modal }, type: 'button' }
%i.fa.fa-pencil-square-o %i.fa.fa-pencil-square-o