From d44d82a6311e2a1c4574e1ec9bea89371e097f4f Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 1 Apr 2021 08:40:06 +0200 Subject: [PATCH] Update style.css --- source/templates/terminal/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/templates/terminal/style.css b/source/templates/terminal/style.css index e0fb476b..27bcc9f4 100644 --- a/source/templates/terminal/style.css +++ b/source/templates/terminal/style.css @@ -7,8 +7,6 @@ /* Title bar */ .header { - position: absolute; - top: 0; display: flex; justify-content: space-between; width: 100%; @@ -56,9 +54,10 @@ } pre { background: #42092B; - margin-top: 16px; padding: 12px; border-radius: 5px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; } .banner, footer { color: #AE9DA7;