From f361e5a2931796784bc1b9d5edf9f6455f457755 Mon Sep 17 00:00:00 2001 From: Defenders08 <60748247+Defenders08@users.noreply.github.com> Date: Fri, 21 Aug 2020 20:51:15 +0700 Subject: [PATCH] Update style.css --- Web/static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 47de1853..5e001c20 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -600,6 +600,7 @@ table.User { #auth .container_gray { margin-left: -10px; margin-bottom: -10px; + width: 603px; } .container_gray .content { @@ -692,6 +693,7 @@ table.User { border-top: 1px solid #d6d6d6; max-height: 70%; overflow-y: auto; + width: 628px; } .crp-entry { @@ -699,6 +701,8 @@ table.User { padding: 8px; border-bottom: 1px solid #d6d6d6; cursor: pointer; +width: 592px; +margin-left: 1px; } .crp-entry--image, .crp-entry--info { @@ -715,7 +719,7 @@ table.User { .crp-entry:hover { background-color: #f9f9f9; - width: 609px; + width: 592px; margin-left: 1px; }