shelley: ui: remove border lines from conversation drawer header and footer

Philip Zeyliger and Shelley created

Prompt: Get rid of the line below conversations and the line above view archived.
Co-authored-by: Shelley <shelley@exe.dev>

Change summary

ui/src/styles.css | 2 --
1 file changed, 2 deletions(-)

Detailed changes

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 */