From 3a845f15a7f465f629224077d989f5e7950e148e Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 4 Jun 2021 10:47:02 -0400 Subject: Reduce text size and vertical margin of "Stop" button --- CHANGELOG.md | 1 + app/views/application/_timer.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50443e9..89785c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ hearth amenities, etc that are being added unless they warrant explicit mention - Bazaar view: Reduced size (width) of number fields. - Hearth view: Amenities now have a lighter border color to differentiate them from the game container borders. - Timer number is now smaller and uses the display font. +- Reduced size and vertical margin of "Stop" button, to make more room for other things that go in that box now. ### Removed - The Look view diff --git a/app/views/application/_timer.html.erb b/app/views/application/_timer.html.erb index ca12a77..d683c6a 100644 --- a/app/views/application/_timer.html.erb +++ b/app/views/application/_timer.html.erb @@ -21,8 +21,8 @@
<%= most_recent_cs.xp_to_next_level %> XP to next level
-
- <%= button_to "Stop", stop_activity_path %> +
+ <%= button_to "Stop", stop_activity_path, class: "text-sm" %>
-- cgit v1.2.3