Skip to content

Commit

Permalink
Reorder Nav Buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <Ryan.J.Hilbert@gmail.com>
  • Loading branch information
RyanHilbert authored Oct 21, 2024
1 parent dea5d6b commit 2d0c093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ ${UnicodeScriptFamily.values().flatMap{it}.map{it.code}.joinToString(",\n"){"bod
${ CharDirectionality.entries.map{it.code}.toSet().joinToString(",\n"){"body:has(#$DIRCTN_ID:checked):has(#$it:checked)>form>button[$DIRCTN_ID=$it]"}}{display:revert}
</style>
<nav><form>
<button title=About formaction=https://github.com/RyanHilbert/US-Universal-Keyboard-Layout#readme>📖</button>
<button title='Windows Download' formaction=https://github.com/RyanHilbert/US-Universal-Keyboard-Layout/releases/download/0.2/KbdEditInstallerUSX.exe>🪟</button>
<button title='Mac Download (coming soon)'>🍎</button>
<button title=About formaction=https://github.com/RyanHilbert/US-Universal-Keyboard-Layout#readme>📖</button>
</form></nav>
<search>
<label><input type=checkbox id=$SEQ_ID> Composable</label><br>
Expand Down Expand Up @@ -167,4 +167,4 @@ fun main() {
html.append("<button $SCRIPT_ID=$s $DIRCTN_ID=$d $CATGRY_ID=$c$q title='U+$id $n' formaction=#$id id=$id>&#x$id</button\n>")
}
println(html.append("</form>"))
}
}

0 comments on commit 2d0c093

Please sign in to comment.