Skip to content

Commit

Permalink
fix: front layout retouch
Browse files Browse the repository at this point in the history
  • Loading branch information
laigasus committed Apr 30, 2024
1 parent 9a017c0 commit 13f5c6d
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 20 deletions.
7 changes: 3 additions & 4 deletions app/src/main/resources/static/assets/css/cmmn/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
}

.aa-DetachedCancelButton {
font-size: 0;
display: none;
}

.aa-DetachedCancelButton::before {
content: '✕';
font-size: 1rem;
.aa-ClearButton {
display: block;
}

main {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ body.dark, body[data-theme=dark] {
}

.aa-DetachedCancelButton {
display: none;
background: none;
border: 0;
border-radius: 3px;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/static/assets/js/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "1.0.0",
"author": "옥재욱",
"orientation": "portrait",
"background_color": "black",
"background_color": "#000000",
"prefer_related_applications": true,
"screenshots": [
{
Expand Down
19 changes: 10 additions & 9 deletions app/src/main/resources/templates/base/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,7 @@
<nav class="navbar navbar-expand-lg fixed-top bg-body shadow-sm justify-content-between" id="transmenu">
<div class="container"><a class="navbar-brand d-flex d-lg-none align-items-center logo" id="navbar-mobile-back" rel="prev" href="javascript:history.back();"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-chevron-left me-2" id="navbar-mobile-arrow">
<path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"></path>
</svg><span id="page-title">페이지</span><script>
var title = document.title;
title = title.split('-', 1);
document.getElementById('page-title').innerText = title;
if(title == "분리ㅅㄱ"){
document.getElementById('navbar-mobile-arrow').style.display = "none";
}
</script></a><a class="navbar-brand d-none d-lg-inline logo" id="navbar-brand" th:href="@{~/}" rel="prev" th:text="#{base.header.logo}">분리ㅅㄱ</a><button data-bs-toggle="collapse" class="navbar-toggler collapsed mr-auto p-0" data-bs-target="#navbar-collapse" id="navbar-toggle"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
</svg><span id="page-title">페이지</span></a><a class="navbar-brand d-none d-lg-inline logo" id="navbar-brand" th:href="@{~/}" rel="prev" th:text="#{base.header.logo}">분리ㅅㄱ</a><button data-bs-toggle="collapse" class="navbar-toggler collapsed mr-auto p-0" data-bs-target="#navbar-collapse" id="navbar-toggle"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
Expand Down Expand Up @@ -94,4 +87,12 @@
<span th:text="#{base.header.nav.theme.auto.text}">Auto</span>
</a>
</div>
</div></li></ul></div></div></nav></header><script src="/assets/js/jquery.min.js"></script><script src="/assets/bootstrap/js/bootstrap.min.js"></script><script src="/assets/js/bs-init.js"></script><script src="/assets/js/community/editorjs.umd.min.js"></script><script src="/assets/js/community/jquery.timeago.min.js"></script><script src="/assets/js/community/editor.mjs" type="module"></script><script src="/assets/js/community/post-color-changer.mjs" type="module"></script><script src="/assets/js/community/time-ago.mjs" type="module"></script><script src="/assets/js/dictionary/algolia.mjs" type="module"></script><script src="/assets/js/dictionary/aos.mjs" type="module"></script></body></html>
</div></li></ul></div></div></nav><script>
var title = document.title;
title = title.split('-', 1);
document.getElementById('page-title').innerText = title;
if(title == "분리ㅅㄱ"){
document.getElementById('navbar-mobile-arrow').style.display = "none";
document.getElementById('page-title').innerText = "";
}
</script></header><script src="/assets/js/jquery.min.js"></script><script src="/assets/bootstrap/js/bootstrap.min.js"></script><script src="/assets/js/bs-init.js"></script><script src="/assets/js/community/editorjs.umd.min.js"></script><script src="/assets/js/community/jquery.timeago.min.js"></script><script src="/assets/js/community/editor.mjs" type="module"></script><script src="/assets/js/community/post-color-changer.mjs" type="module"></script><script src="/assets/js/community/time-ago.mjs" type="module"></script><script src="/assets/js/dictionary/algolia.mjs" type="module"></script><script src="/assets/js/dictionary/aos.mjs" type="module"></script></body></html>
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/community/board.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=0, initial-scale=1">
<title>게시판 - 분리ㅅㄱ</title>
<title>📑 - 분리ㅅㄱ</title>
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://blisgo.up.railway.app/templates/community/board.html">
<meta property="og:url" content="https://blisgo.up.railway.app/templates/community/board.html">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/community/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=0, initial-scale=1">
<title>게시글 - 분리ㅅㄱ</title>
<title>📑 - 분리ㅅㄱ</title>
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://blisgo.up.railway.app/templates/community/content.html">
<meta property="og:url" content="https://blisgo.up.railway.app/templates/community/content.html">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/community/write.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=0, initial-scale=1">
<title>게시글 - 분리ㅅㄱ</title>
<title>📑 - 분리ㅅㄱ</title>
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://blisgo.up.railway.app/templates/community/write.html">
<meta property="og:url" content="https://blisgo.up.railway.app/templates/community/write.html">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/dictionary/catalogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=0, initial-scale=1">
<title>사전 - 분리ㅅㄱ</title>
<title>📖 - 분리ㅅㄱ</title>
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://blisgo.up.railway.app/templates/dictionary/catalogue.html">
<meta property="og:url" content="https://blisgo.up.railway.app/templates/dictionary/catalogue.html">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/dictionary/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=0, initial-scale=1">
<title>상세정보 - 분리ㅅㄱ</title>
<title>📖 - 분리ㅅㄱ</title>
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://blisgo.up.railway.app/templates/dictionary/info.html">
<meta property="og:url" content="https://blisgo.up.railway.app/templates/dictionary/info.html">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/member/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=0, initial-scale=1">
<title>마이페이지 - 분리ㅅㄱ</title>
<title>🧑🏻 - 분리ㅅㄱ</title>
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://blisgo.up.railway.app/templates/member/profile.html">
<meta property="og:url" content="https://blisgo.up.railway.app/templates/member/profile.html">
Expand Down
Binary file modified 분리ㅅㄱV4.bsdesign
Binary file not shown.

0 comments on commit 13f5c6d

Please sign in to comment.