From 8b6cd5491d4a762b282d8cd1ba8537b79564e6d1 Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Mon, 8 Jul 2024 21:52:43 +0100 Subject: [PATCH] Add some padding to the file name menu list items (#312) --- client/drawer.module.css | 4 ++++ client/drawer.tsx | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/client/drawer.module.css b/client/drawer.module.css index cf99438..56d045d 100644 --- a/client/drawer.module.css +++ b/client/drawer.module.css @@ -64,3 +64,7 @@ button.fab { :global(.dark) .githubMark { filter: invert(100%); } + +.filenameText { + margin-right: 20px; +} \ No newline at end of file diff --git a/client/drawer.tsx b/client/drawer.tsx index f02204d..48235c7 100644 --- a/client/drawer.tsx +++ b/client/drawer.tsx @@ -124,7 +124,7 @@ export function Drawer() { /> )} - + {drawingId.localId ? drawingId.localId : drawingId.shareSpec @@ -556,6 +556,7 @@ function NewDrawingButton() { Provide a new name for the drawing.