inbox: Reduce width of rows.

This commit is contained in:
Aman Agrawal 2023-09-18 17:13:33 +00:00 committed by Tim Abbott
parent 01959d49fc
commit 8ebb64c622
1 changed files with 3 additions and 1 deletions

View File

@ -93,6 +93,8 @@
border-radius: 5px; border-radius: 5px;
border: 1px solid hsl(0deg 0% 0% / 20%); border: 1px solid hsl(0deg 0% 0% / 20%);
margin-bottom: var(--max-unexpanded-compose-height); margin-bottom: var(--max-unexpanded-compose-height);
/* Width of muted filter(130) + margin(10) + search padding(50) = 190px */
max-width: calc(var(--width-inbox-search) + 190px);
.inbox-focus-border { .inbox-focus-border {
display: flex; display: flex;
@ -274,7 +276,7 @@
.inbox-left-part-wrapper { .inbox-left-part-wrapper {
display: flex; display: flex;
width: 50%; width: 80%;
} }
#inbox-direct-messages-container { #inbox-direct-messages-container {