From be17e03542d8a18e45424f276394659ac7fff9be Mon Sep 17 00:00:00 2001 From: brickmill <38190282+brickmill@users.noreply.github.com> Date: Thu, 6 Sep 2018 15:57:32 -0400 Subject: [PATCH] Change style of collapse hint button --- public/stylesheets/hints.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/hints.scss b/public/stylesheets/hints.scss index cf4deea8..68b19f95 100644 --- a/public/stylesheets/hints.scss +++ b/public/stylesheets/hints.scss @@ -28,4 +28,7 @@ /* Sometimes mathjax elements cover up the hint collapse button */ z-index: 1; position: relative; + width: 1.75em; + height: 1.75em; + border-radius: 50%; }