Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ddddddO/gtree
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Oct 30, 2022
2 parents fadee32 + 64e03b5 commit 6893a74
Show file tree
Hide file tree
Showing 10 changed files with 432 additions and 364 deletions.
4 changes: 1 addition & 3 deletions cmd/gtree-wasm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@
<link href="toast.css" rel="stylesheet">
<script src="wasm_exec.js"></script>
<script src="main.js"></script>
<script src="https://kit.fontawesome.com/0959485c1a.js" crossorigin="anonymous"></script>
</head>

<body class="bg-teal-900 text-white px-6 py-4">
<h1 class="text-3xl font-bold">
Tree Maker <a class="underline text-lg" href="https://github.com/ddddddO/gtree"><i class="fa-brands fa-github"></i></a>
Tree Maker <a class="underline text-sm" href="https://github.com/ddddddO/gtree">GitHub</a>
</h1>

<div id="main" class="md:flex flex-row">
Expand Down
18 changes: 9 additions & 9 deletions cmd/gtree-wasm/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,10 @@ select {
flex-basis: 41.666667%;
}

.basis-6 {
flex-basis: 1.5rem;
}

.basis-1 {
flex-basis: 0.25rem;
}
Expand All @@ -808,10 +812,6 @@ select {
flex-basis: 1.25rem;
}

.basis-6 {
flex-basis: 1.5rem;
}

.border-collapse {
border-collapse: collapse;
}
Expand Down Expand Up @@ -902,16 +902,16 @@ select {
line-height: 2.25rem;
}

.text-base {
font-size: 1rem;
line-height: 1.5rem;
}

.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}

.text-base {
font-size: 1rem;
line-height: 1.5rem;
}

.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
Expand Down
Loading

0 comments on commit 6893a74

Please sign in to comment.