From b2912786a497480a7cf48982f7f41f899d4048f2 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Thu, 18 Jun 2020 20:29:33 -0700 Subject: [PATCH] tweak --- components/WindowControls.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/WindowControls.js b/components/WindowControls.js index 63cb60a..f34c182 100644 --- a/components/WindowControls.js +++ b/components/WindowControls.js @@ -75,8 +75,9 @@ export default ({ theme, copyable, code, light }) => ( outline: none; border: none; text-align: center; - /* 140px is an arbitrary value, but is roughly equal to: - * 2 * (window theme width + window theme outside margin) + /** + * 140px is an arbitrary value, but it's roughly equal to: + * 2 * (window theme width + window theme outside margin) */ max-width: calc(100% - 140px); font-size: 14px;