From 94de0460b4a73f0e725349bccb92325d2da7ef2e Mon Sep 17 00:00:00 2001 From: sawka Date: Sun, 11 Feb 2024 23:14:29 -0300 Subject: [PATCH] fix history layout (item height and table width) --- src/app/history/history.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/history/history.less b/src/app/history/history.less index a90f5e6a9..5349fd5dc 100644 --- a/src/app/history/history.less +++ b/src/app/history/history.less @@ -14,10 +14,10 @@ width: 16px; height: 16px; border-radius: 4px; - border: 1px solid #3B3F3A; + border: 1px solid #3b3f3a; background: rgba(213, 254, 175, 0.03); } - + &.checkbox-icon { width: 16px; height: 16px; @@ -30,7 +30,7 @@ height: 16px; fill: rgba(213, 254, 175, 0.03); stroke-width: 1px; - stroke: #3B3F3A; + stroke: #3b3f3a; } } @@ -264,6 +264,7 @@ margin: 0px 10px 10px 10px; table-layout: fixed; border-top: 2px solid #ccc; + width: calc(100% - 20px); tr.active-history-item { td { @@ -309,9 +310,8 @@ tr.history-item { padding: 0 10px 0 10px; display: flex; - border-bottom: 1px solid rgba(250, 250, 250, 0.10); + border-bottom: 1px solid rgba(250, 250, 250, 0.1); align-items: center; - height: 40px; color: @text-secondary; &.is-selected {