diff --git a/apps/dotcom/client/src/tla/components/TlaSidebar/sidebar.module.css b/apps/dotcom/client/src/tla/components/TlaSidebar/sidebar.module.css index 05b79668d0d6..c1dcec1a0422 100644 --- a/apps/dotcom/client/src/tla/components/TlaSidebar/sidebar.module.css +++ b/apps/dotcom/client/src/tla/components/TlaSidebar/sidebar.module.css @@ -425,6 +425,12 @@ margin-bottom: 28px; } +/* When a section is the only one rendered (e.g. just "Today" or just "Older"), + its header is redundant, so hide it. */ +.sidebarFileSectionWrapper:only-child .sidebarFileSectionTitle { + display: none; +} + .sidebarFileSection { position: relative; background: var(--tla-color-sidebar);