mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:29:54 +01:00
Appease the dog overlords
This commit is contained in:
parent
1cec1d0423
commit
1dbcb3dd6f
3 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@
|
|||
max-width: 455px;
|
||||
|
||||
@media print {
|
||||
|
||||
.card {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
%link{ rel: 'icon', href: '/icons/maskable_icon_x192.png', sizes: '192x192' }
|
||||
%link{ rel: 'icon', href: '/images/favicon/favicon-32.png', sizes: '32x32' }
|
||||
%title= yield(:title)
|
||||
= stylesheet_link_tag 'application', data: { 'turbo-track': 'reload' }, media: 'all'
|
||||
= stylesheet_link_tag "application", data: { 'turbo-track': "reload" }, media: "all"
|
||||
= javascript_include_tag 'application', data: { 'turbo-track': 'reload' }, defer: true
|
||||
= csrf_meta_tags
|
||||
= yield(:og)
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
= render 'navigation/mobile', notifications: notifications
|
||||
|
||||
= render 'modal/ask'
|
||||
%button.btn.btn-primary.btn-fab.d-block.d-lg-none.d-print-none{ data: { bs_target: '#modal-ask-followers', bs_toggle: :modal }, type: 'button' }
|
||||
%button.btn.btn-primary.btn-fab.d-block.d-lg-none.d-print-none{ data: { bs_target: "#modal-ask-followers", bs_toggle: :modal }, type: "button" }
|
||||
%i.fa.fa-pencil-square-o
|
||||
|
|
Loading…
Reference in a new issue