Skip to content

Commit

Permalink
Make use of "one-column" layout (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jan 8, 2024
1 parent 1addec7 commit 788e405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ style("""
}
""")

l.layout(permission: stats.getRequiredPermission()) {
l.layout(permission: stats.getRequiredPermission(), type:"one-column") {
l.header(title: stats.displayName)
l.main_panel {
h1(stats.displayName)
Expand Down

0 comments on commit 788e405

Please sign in to comment.