From 2f879e27da4e0421ba787f32379d6ea188b1d87d Mon Sep 17 00:00:00 2001 From: Philip Zeyliger Date: Fri, 16 Jan 2026 02:23:41 +0000 Subject: [PATCH] shelley: ui: remove border lines from conversation drawer header and footer Prompt: Get rid of the line below conversations and the line above view archived. Co-authored-by: Shelley --- ui/src/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/styles.css b/ui/src/styles.css index 1e990c5eaded225d3ca1b34bb0a333cc36fb8121..ce40b349dbc8139452d96a6af408e24684e654d5 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -449,7 +449,6 @@ button { align-items: center; justify-content: space-between; padding: 1rem; - border-bottom: 1px solid var(--border); } .drawer-header-actions { @@ -476,7 +475,6 @@ button { .drawer-footer { padding: 1rem; - border-top: 1px solid var(--border); } /* Backdrop */