5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-18 12:46:23 +00:00

fix: tamaño botones de moderación de comentarios

This commit is contained in:
maki 2024-02-21 17:33:58 -03:00
parent 1fba54d80b
commit a7bd712a7c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: ''