From 548b1ea7ecd8cde98c69ef2ab343093f85f9553c Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com> Date: Thu, 25 Feb 2021 07:43:02 -0800 Subject: [PATCH] Allow closing individual documents from sidebar --- .../app-frame/app-frame.component.html | 7 +++- .../app-frame/app-frame.component.scss | 33 +++++++++++++++---- .../app-frame/app-frame.component.ts | 14 ++++++++ src-ui/src/theme_dark.scss | 4 +++ 4 files changed, 51 insertions(+), 7 deletions(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 5692d9f78..c59bc3e0a 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -92,9 +92,14 @@  {{d.title | documentTitle}} + + + + + -