From a0db1a617de9f80d89f79f97990e3d4fa1d81198 Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 21 Mar 2019 23:58:02 -0500 Subject: [PATCH] properly size button elements --- resources/assets/sass/custom.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index e1cbe1251..944917973 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -280,7 +280,6 @@ body, button, input, textarea { background-position: 50%; } - .status-photo img { object-fit: contain; width: 100%; @@ -316,6 +315,10 @@ body, button, input, textarea { text-align: center; border-radius: 0 3px 3px 0; } + + .reactions button { + font-size: 1.575rem + } } .touch .card {