From 8575efd2c753d43fabc86455da618c5a9501b941 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Thu, 27 Dec 2018 14:57:46 +0100 Subject: [PATCH] improve styling --- popup/index.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/popup/index.css b/popup/index.css index 2248776..1e6fad3 100644 --- a/popup/index.css +++ b/popup/index.css @@ -1,6 +1,9 @@ +body { + max-width: 360px; +} + h2 { - margin-left: 8px; - margin-right: 8px; + margin: 12px 8px 8px; } .panel-list-item > .icon { @@ -24,7 +27,9 @@ h2 { margin: 0; padding: 0 8px; height: 128px; + overflow-x: hidden; overflow-y: scroll; + background-color: #ebebeb; } #space-api code { font-family: monospace;