From af86305c5e1adeac07a37fb97acfec319dd73432 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 10 Aug 2025 01:59:27 +1000 Subject: [PATCH] add drop shadow to bottom panel --- src/SharpIDE.Photino/Layout/MainLayout.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SharpIDE.Photino/Layout/MainLayout.razor b/src/SharpIDE.Photino/Layout/MainLayout.razor index afc467e..436366a 100644 --- a/src/SharpIDE.Photino/Layout/MainLayout.razor +++ b/src/SharpIDE.Photino/Layout/MainLayout.razor @@ -57,7 +57,7 @@
- + @if (_solutionFilePath is not null) @@ -75,14 +75,14 @@
-
+
@if (_solutionFilePath is not null) { - + - + }