Skip to content

Commit

Permalink
fix: little layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiebens committed Feb 3, 2024
1 parent 0f54539 commit 25203d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions internal/templates/layout.templ
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,22 @@ templ heading() {
height: 100%;
border: none;
}

input {
display: block;
width: 100%;
height: 100%;
padding: 10px;
}

button {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
height: 45px;
border: none;
}
</style>
<title>ionscale</title>
}
2 changes: 1 addition & 1 deletion internal/templates/layout_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25203d3

Please sign in to comment.