mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 10:36:23 +00:00
fix: tamaño botones de moderación de comentarios
This commit is contained in:
parent
1fba54d80b
commit
a7bd712a7c
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
-# Componente Botón general Moderación
|
||||
|
||||
%button.btn.mx-2{ href: href, class: local_assigns[:class] }= text
|
||||
%button.btn{ href: href, class: local_assigns[:class] }= text
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-# Componente Botonera de Comentarios
|
||||
|
||||
- btn_class = 'btn-secondary'
|
||||
- btn_class = 'btn-secondary py-1 px-2'
|
||||
= render 'components/btn_base', text: t('.text_pause'), class: btn_class, href: ''
|
||||
= render 'components/btn_base', text: t('.text_reject'), class: btn_class, href: ''
|
||||
= render 'components/btn_base', text: t('.text_accept'), class: btn_class, href: ''
|
||||
|
|
Loading…
Reference in a new issue