From 9562026b90588c8e1dc671625fba9390bac537b4 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 21 Nov 2024 16:00:14 +0900 Subject: [PATCH] =?UTF-8?q?2024/11/21=20=EC=9D=B8=EC=A6=9D=20=ED=9B=84=20?= =?UTF-8?q?=EC=9C=A0=EC=A0=80=EC=9D=B4=EB=A6=84=20=EC=98=81=EC=97=AD=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/kofair_case_seed/usr/layout/_header.html | 6 ++++++ src/main/webapp/kofair_case_seed/usr/style/layout.css | 1 + 2 files changed, 7 insertions(+) diff --git a/src/main/webapp/kofair_case_seed/usr/layout/_header.html b/src/main/webapp/kofair_case_seed/usr/layout/_header.html index 9fe3e1e9..5d5bd54c 100644 --- a/src/main/webapp/kofair_case_seed/usr/layout/_header.html +++ b/src/main/webapp/kofair_case_seed/usr/layout/_header.html @@ -12,7 +12,13 @@
+ + +

홍길동님

+ + +
diff --git a/src/main/webapp/kofair_case_seed/usr/style/layout.css b/src/main/webapp/kofair_case_seed/usr/style/layout.css index af881f32..ef4c894d 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/layout.css +++ b/src/main/webapp/kofair_case_seed/usr/style/layout.css @@ -25,6 +25,7 @@ html{font-size:62.5%;} .header .util_btn_area .only_icon i{margin:-2px 0 0 1px;} .header .util_btn_area .btn{margin:0 5px;} .header .util_btn_area .only_icon{margin:0 2.5px;} +.header .util_btn_area .user_name{display:inline-block;font-size:1.6rem;margin:0 10px;} .header .nav{position:relative;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;background:#fff;z-index:2;} .header .nav .menu_ul{display:inline-flex;width:calc(100% - 43px);}