From 9fbff428f41de3e524ea968eeddf33b2d9d8f962 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 2 Jun 2020 10:00:19 +0200
Subject: [PATCH] Add a black border around the mobile menu button

---
 packages/app-shell/src/app-shell.js | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/packages/app-shell/src/app-shell.js b/packages/app-shell/src/app-shell.js
index f35c7c1f..73b4f10b 100644
--- a/packages/app-shell/src/app-shell.js
+++ b/packages/app-shell/src/app-shell.js
@@ -573,20 +573,19 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
                 }
 
                 aside {
-                    margin: 0 15px;
+                    margin: auto;
+                    padding: 0 0.5em;
                 }
 
                 aside h2.subtitle {
                     display: block;
-                    margin-bottom: 0.5em;
-                }
-
-                aside h2.subtitle:not(:last-child) {
-                    margin-bottom: 0.5em;
+                    border: 1px solid black;
+                    padding: 0.25em 0.5em;
                 }
 
                 aside .menu {
                     border: black 1px solid;
+                    border-top-width: 0;
                 }
 
                 .menu li {
-- 
GitLab