From 8a38c167c0bb49bea538b0391d156486d7ab2e02 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 4 May 2017 09:41:09 +0200 Subject: [PATCH] Removed padding from drawer --- rpg-docs/client/views/layout/layout.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpg-docs/client/views/layout/layout.css b/rpg-docs/client/views/layout/layout.css index 8e095709..2ecbb5ad 100644 --- a/rpg-docs/client/views/layout/layout.css +++ b/rpg-docs/client/views/layout/layout.css @@ -7,10 +7,6 @@ display: initial !important; } -#navPanel { - padding: 16px; -} - #navPanel paper-icon-item { background: white; cursor: pointer;