summaryrefslogtreecommitdiff
path: root/web/login
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-07-08 03:41:29 +0300
committerMaxim Devaev <[email protected]>2024-12-17 18:20:04 +0200
commit630610bc532299f15ff7ee12d40f617de450aae0 (patch)
treeca0a83f1aa5848a4605034c0394f1edfd0bea7ce /web/login
parente0bbf6968ef8295274793a564e717f95f42983d7 (diff)
switch
Diffstat (limited to 'web/login')
-rw-r--r--web/login/index.html2
-rw-r--r--web/login/index.pug2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/login/index.html b/web/login/index.html
index 99fa2aed..90a840dd 100644
--- a/web/login/index.html
+++ b/web/login/index.html
@@ -74,7 +74,7 @@
<tr>
<td></td>
<td>
- <button class="key" id="login-button">Login</button>
+ <button class="key" id="login-button" style="width:100%">Login</button>
</td>
</tr>
</table>
diff --git a/web/login/index.pug b/web/login/index.pug
index 26b955af..aabb47ae 100644
--- a/web/login/index.pug
+++ b/web/login/index.pug
@@ -24,7 +24,7 @@ block body
hr
tr
td
- td #[button(id="login-button" class="key") Login]
+ td #[button(id="login-button" class="key" style="width:100%") Login]
ul(class="footer")
li(class="left")