Skip to content

Commit 6828851

Browse files
committed
formattingggg~
1 parent c33dc11 commit 6828851

2 files changed

Lines changed: 24 additions & 19 deletions

File tree

views/multi_lobby_join.ejs

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@
88
</head>
99

1010
<body class="w-full h-full">
11-
<div class="flex items-center justify-center h-full bg-white dark:bg-gray-950">
12-
<div class="rounded-xl row-start-3 flex max-w-lg flex-col bg-gray-100 p-2 dark:bg-white/10">
13-
<div class="rounded-xl bg-white p-10 text-sm/7 text-gray-700 dark:bg-gray-950 dark:text-gray-300">
14-
<div class="space-y-6">
15-
<h1 class="text-lg font-bold">You're joining an osu! multiplayer lobby.</h1>
11+
<div class="flex items-center justify-center h-full bg-white dark:bg-gray-950">
12+
<div class="rounded-xl row-start-3 flex max-w-lg flex-col bg-gray-100 p-2 dark:bg-white/10">
13+
<div class="rounded-xl bg-white p-10 text-sm/7 text-gray-700 dark:bg-gray-950 dark:text-gray-300">
14+
<div class="space-y-6">
15+
<h1 class="text-lg font-bold">You're joining an osu! multiplayer lobby.</h1>
1616

17-
<p>The room ID is <strong><%= code %></strong>.</p>
17+
<p>The room ID is <strong>
18+
<%= code %>
19+
</strong>.</p>
1820

19-
<a href="osu://room/<%= code %>" class="text-center font-semibold block px-5 py-2.5 bg-pink-400 text-white font-medium rounded-xl">Join Lobby</a>
20-
</div>
21+
<a href="osu://room/<%= code %>"
22+
class="text-center font-semibold block px-5 py-2.5 bg-pink-400 text-white font-medium rounded-xl">Join
23+
Lobby</a>
24+
</div>
25+
</div>
26+
</div>
2127
</div>
22-
</div>
23-
</div>
2428
</body>
2529

2630
</html>

views/oauth_callback.ejs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
</head>
99

1010
<body class="w-full h-full">
11-
<div class="flex items-center justify-center h-full bg-white [--pattern-fg:var(--color-gray-950)]/5 dark:bg-gray-950 dark:[--pattern-fg:var(--color-white)]/10">
12-
<div class="rounded-xl row-start-3 flex max-w-lg flex-col bg-gray-100 p-2 dark:bg-white/10">
13-
<div class="rounded-xl bg-white p-10 text-sm/7 text-gray-700 dark:bg-gray-950 dark:text-gray-300">
14-
<div class="space-y-6">
15-
<h1 class="text-lg font-bold">Your Slack and osu! accounts have been linked :D</h1>
11+
<div
12+
class="flex items-center justify-center h-full bg-white [--pattern-fg:var(--color-gray-950)]/5 dark:bg-gray-950 dark:[--pattern-fg:var(--color-white)]/10">
13+
<div class="rounded-xl row-start-3 flex max-w-lg flex-col bg-gray-100 p-2 dark:bg-white/10">
14+
<div class="rounded-xl bg-white p-10 text-sm/7 text-gray-700 dark:bg-gray-950 dark:text-gray-300">
15+
<div class="space-y-6">
16+
<h1 class="text-lg font-bold">Your Slack and osu! accounts have been linked :D</h1>
1617

17-
<p>You can now return to Slack.</p>
18-
</div>
18+
<p>You can now return to Slack.</p>
19+
</div>
20+
</div>
21+
</div>
1922
</div>
20-
</div>
21-
</div>
2223
</body>
2324

2425
</html>

0 commit comments

Comments
 (0)