We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f411a commit c0d8dc0Copy full SHA for c0d8dc0
1 file changed
src/ps/commands/dt.tsx
@@ -105,7 +105,7 @@ export const command: PSCommand[] = [
105
if (query in GOData.fastMoves) {
106
const move = GOData.fastMoves[query];
107
return broadcastHTML(
108
- <ul className="utilichart" style={{ marginBottom: -10 }}>
+ <ul className="utilichart">
109
<li className="result">
110
<span className="col movenamecol">
111
@@ -192,7 +192,7 @@ export const command: PSCommand[] = [
192
if (query in GOData.chargedMoves) {
193
const move = GOData.chargedMoves[query];
194
195
196
197
198
0 commit comments