Skip to content

Commit c0d8dc0

Browse files
committed
chore: Remove mb on move data in GO
1 parent a0f411a commit c0d8dc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ps/commands/dt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const command: PSCommand[] = [
105105
if (query in GOData.fastMoves) {
106106
const move = GOData.fastMoves[query];
107107
return broadcastHTML(
108-
<ul className="utilichart" style={{ marginBottom: -10 }}>
108+
<ul className="utilichart">
109109
<li className="result">
110110
<span className="col movenamecol">
111111
&nbsp;
@@ -192,7 +192,7 @@ export const command: PSCommand[] = [
192192
if (query in GOData.chargedMoves) {
193193
const move = GOData.chargedMoves[query];
194194
return broadcastHTML(
195-
<ul className="utilichart" style={{ marginBottom: -10 }}>
195+
<ul className="utilichart">
196196
<li className="result">
197197
<span className="col movenamecol">
198198
&nbsp;

0 commit comments

Comments
 (0)