From 4fb4153d525ead383db85ea0b71fb1b408786709 Mon Sep 17 00:00:00 2001 From: Virgile Date: Wed, 15 May 2024 16:55:15 +0200 Subject: [PATCH] fix: align setting header to the left (WPB-8832) --- src/style/list/conversations.less | 4 ---- src/style/list/list.less | 7 ++----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/style/list/conversations.less b/src/style/list/conversations.less index 09ec55e1b09..379777d7790 100644 --- a/src/style/list/conversations.less +++ b/src/style/list/conversations.less @@ -22,10 +22,6 @@ background-color: var(--app-bg); } -.conversations .left-list-header-text { - text-align: center; -} - .conversations-sidebar { position: relative; diff --git a/src/style/list/list.less b/src/style/list/list.less index e91194c9b0c..df2968ff6ca 100644 --- a/src/style/list/list.less +++ b/src/style/list/list.less @@ -48,9 +48,8 @@ } .left-list-header-preferences { - display: grid; + display: flex; min-height: var(--content-title-bar-height); - place-content: center; } body.theme-dark { @@ -62,13 +61,11 @@ body.theme-dark { .left-list-header-text { .ellipsis-nowrap; .heading-h3; + .text; display: inline-block; width: 100%; align-self: center; - grid-column: 2 / span 2; - justify-self: center; - text-align: center; } .left-list-header-close-button {