Skip to content

Commit

Permalink
fix: align setting header to the left (WPB-8832)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed May 15, 2024
1 parent 295cbb2 commit 4fb4153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/style/list/conversations.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
background-color: var(--app-bg);
}

.conversations .left-list-header-text {
text-align: center;
}

.conversations-sidebar {
position: relative;

Expand Down
7 changes: 2 additions & 5 deletions src/style/list/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 4fb4153

Please sign in to comment.