From e7b5fe11271b2cd7c3fa49466439ca01054eb86f Mon Sep 17 00:00:00 2001 From: Goldman Kim Date: Thu, 16 Nov 2023 13:59:19 +0900 Subject: [PATCH] Change table width. --- src/main/resources/templates/common/shell/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/common/shell/header.html b/src/main/resources/templates/common/shell/header.html index 22d2140..e66bda6 100644 --- a/src/main/resources/templates/common/shell/header.html +++ b/src/main/resources/templates/common/shell/header.html @@ -30,7 +30,7 @@ .index-header .theme-color { position: absolute; display: inline-block; - top: 30px; + top: 0; right: 0; height: 25px; line-height: 25px;