From 1b4cc3a6aafa23e6bc8308e7784b06cfe7fd5cb3 Mon Sep 17 00:00:00 2001 From: mimi89999 Date: Sun, 17 Jan 2021 12:49:21 +0100 Subject: Add separator between paned stacks in main window A GtkSeparator was added between paned stacks in main window to align it with the separator in the headerbar. Since the sidebar already had a border, be need to remove it. --- main/data/theme.css | 5 +++++ main/data/unified_main_content.ui | 9 +++++++++ 2 files changed, 14 insertions(+) (limited to 'main') diff --git a/main/data/theme.css b/main/data/theme.css index 059585b7..bbf16262 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -74,6 +74,11 @@ window.dino-main .dino-sidebar > frame { border-bottom: 1px solid @borders; } +window.dino-main list.sidebar { + border-left: 0px; + border-right: 0px; +} + .message-box { transition: background .05s ease; } diff --git a/main/data/unified_main_content.ui b/main/data/unified_main_content.ui index 31493492..e16bc4a8 100644 --- a/main/data/unified_main_content.ui +++ b/main/data/unified_main_content.ui @@ -66,6 +66,15 @@ list-pane + + + vertical + True + + + True -- cgit v1.2.3