From 1f9f32f49b2fe5155d4b8d90b6d8a4f1b2f1cfb2 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Fri, 8 Feb 2019 18:40:09 -0800 Subject: [PATCH] fix copy button styles --- components/WindowControls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WindowControls.js b/components/WindowControls.js index 927890a..fd9551c 100644 --- a/components/WindowControls.js +++ b/components/WindowControls.js @@ -85,7 +85,7 @@ export default ({ titleBar, theme, handleTitleBarChange, copyable, code }) => ( .copy-button { cursor: pointer; position: absolute; - top: 20px; + top: 0px; right: 16px; } `}