Skip to content

Commit

Permalink
Merge pull request #152 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Mar 7 2024
  • Loading branch information
jerrylovescheese authored Mar 7, 2024
2 parents 07c96d9 + 63a9966 commit df05211
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pages/layout/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>

<body>
<div id="core">
<header id="core">
<div id="core-backdrop" tabindex="1">
<div id="bar-wrapper" tabindex="1">
<div id="app">
Expand Down Expand Up @@ -138,7 +138,7 @@
</ul>
</div>
</div>
</div>
</header>

<div class="loader-wrapper">
<i class="fa-solid fa-spinner fa-spin"></i>
Expand Down
4 changes: 2 additions & 2 deletions pages/layout/layout_for_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>

<body>
<div id="core">
<header id="core">
<div id="core-backdrop" tabindex="1">
<div id="bar-wrapper" tabindex="1">
<div id="app">
Expand Down Expand Up @@ -138,7 +138,7 @@
</ul>
</div>
</div>
</div>
</header>

<div id="tool">
<div class="tool-elements" id="return-to-top">
Expand Down
4 changes: 2 additions & 2 deletions pages/layout/layout_for_index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>

<body>
<div id="core">
<header id="core">
<div id="core-backdrop" tabindex="1">
<div id="bar-wrapper" tabindex="1">
<div id="app">
Expand Down Expand Up @@ -138,7 +138,7 @@
</ul>
</div>
</div>
</div>
</header>

<div id="tool">
<div class="tool-elements" id="return-to-top">
Expand Down
4 changes: 2 additions & 2 deletions pages/layout/layout_for_subpages.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>

<body>
<div id="core">
<header id="core">
<div id="core-backdrop" tabindex="1">
<div id="bar-wrapper" tabindex="1">
<div id="app">
Expand Down Expand Up @@ -138,7 +138,7 @@
</ul>
</div>
</div>
</div>
</header>

<div class="loader-wrapper">
<i class="fa-solid fa-spinner fa-spin"></i>
Expand Down
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ ul#app-site-list>a {
padding: 10px;
font-family: 'Source Han Sans', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
animation: app-elements-fade-in 1s ease-in-out 0s 1;
animation: app-elements-fade-in 2s cubic-bezier(0.75, 0, 0, 1.05) 0s 1;
}

@keyframes app-elements-fade-in {
Expand Down

0 comments on commit df05211

Please sign in to comment.