logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 843f9ff519edb65f2a562e9b1a2226eddc3177c9
parent caa2fd44ff644a06c9a1a71716af18fb64598e4d
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 30 Dec 2024 01:13:08 +0200

make buttons easier to press on mobile

Diffstat:

Msrc/components/dialog_modal/dialog_modal.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/dialog_modal/dialog_modal.vue b/src/components/dialog_modal/dialog_modal.vue @@ -115,7 +115,7 @@ button { grid-column: 1; - height: 2em; + height: 3em; } } }