diff options
author | Jordan <me@jordan.im> | 2021-12-18 17:25:37 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-12-18 17:25:37 -0700 |
commit | daca5aefb2f6f0c4dfaf029b33f652e538602d8c (patch) | |
tree | ae870c5b290cf7a65390c19e6261c86563837cdf | |
parent | 69940e02717e0b9cee9e2453b0ddb88c6dcf786e (diff) | |
download | keep-daca5aefb2f6f0c4dfaf029b33f652e538602d8c.tar.gz keep-daca5aefb2f6f0c4dfaf029b33f652e538602d8c.zip |
web: center-align filter-by form
-rw-r--r-- | web.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ const i = ` <b>{{- .Stats.Guilds -}}</b> guilds, <b>{{- .Stats.Channels -}}</b> channels </p> - <div id="navigate"> - <form action="" method="get"> + <div style="padding-top:5px; padding-bottom:5px;"> + <form action="" method="get" style="text-align:center;"> <label for="user">User:</label> <input type="text" id="user" name="user"> <label for="guild">Guild:</label> |