Skip to content

Commit

Permalink
Beautify reference comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Apr 25, 2024
1 parent e1fc5dd commit 8c131f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Packing/Reference/0Release/Common/0.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


/* ============================== *\
page base
| page base |
\* ============================== */

body {
Expand Down Expand Up @@ -38,7 +38,7 @@ body {
}

/* ============================== *\
page select
| page select |
\* ============================== */

.arrow-page-root {
Expand Down Expand Up @@ -76,7 +76,7 @@ body {
}

/* ============================== *\
page display
| page display |
\* ============================== */

blockquote > *:first-child {
Expand Down
8 changes: 4 additions & 4 deletions Packing/Reference/0Release/Common/0.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


/* ============================== *\
misc
| misc |
\* ============================== */

const selected_name_color = "#eaeaea";
Expand All @@ -15,7 +15,7 @@ const get_style = (el)=>el.currentStyle || window.getComputedStyle(el);
var spl_resize_event = [];

/* ============================== *\
page load
| page load |
\* ============================== */

var root_folder = null;
Expand Down Expand Up @@ -235,7 +235,7 @@ const on_end_folder = ()=>{
}

/* ============================== *\
page display
| page display |
\* ============================== */

var selected_page = null;
Expand Down Expand Up @@ -621,7 +621,7 @@ const fix_element = (page)=>{
}

/* ============================== *\
init
| init |
\* ============================== */

{
Expand Down

0 comments on commit 8c131f3

Please sign in to comment.