From 9c390fe3ce4da35a2f69d9208d1bd4a6f80781e6 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 11 Jan 2024 19:19:56 -0300 Subject: [PATCH] frontend: increase width of sidebar --- twenty-frontend/src/css/_layout.scss | 2 +- twenty-frontend/src/css/_lists.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/twenty-frontend/src/css/_layout.scss b/twenty-frontend/src/css/_layout.scss index 03d4d84..06aa7d4 100644 --- a/twenty-frontend/src/css/_layout.scss +++ b/twenty-frontend/src/css/_layout.scss @@ -3,7 +3,7 @@ flex-direction: space-between; .column-1 { - width: 20%; + width: 35%; } .column-2 { h1, h2, h3 { font-size: medium; } diff --git a/twenty-frontend/src/css/_lists.scss b/twenty-frontend/src/css/_lists.scss index c474e7a..5f2ee11 100644 --- a/twenty-frontend/src/css/_lists.scss +++ b/twenty-frontend/src/css/_lists.scss @@ -32,7 +32,7 @@ ul.items.nav { border-radius: 5px; background: $secondary-color; color: $primary-color; - width: 85%; + width: 90%; padding: 10px; h1 {