From d3444da6479018510fc0ff94e7105c66cb8ecb82 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 15 Jul 2022 01:58:42 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Reader/RecentBooksPage/RecentBooksPage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue index 8fbaf9fc..f7ed8d8d 100644 --- a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue +++ b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue @@ -769,14 +769,14 @@ export default vueComponent(RecentBooksPage); line-height: 110%; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; - height: 12px; + height: 14px; } .row-info-top { line-height: 110%; border: 1px solid #cccccc; border-right: 0; - height: 12px; + height: 14px; } .time-info, .row-info-top { @@ -784,8 +784,8 @@ export default vueComponent(RecentBooksPage); } .read-bar { - height: 4px; - background-color: #bbbbbb; + height: 6px; + background-color: #b8b8b8; } .del-button {