This pretty much just makes it so the button doesn't get pushed around as much, making it easier to click the button. Yay for slightly less carpal tunnel! :D
This is a super simple fix so it shouldn't be intrusive anywhere else on the site.
Authorxenephos
LicenseNo License
Categorypokemon vortex
Created
Updated
Size756 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
This pretty much just makes it so the button doesn't get pushed around as much, making it easier to click the button. Yay for slightly less carpal tunnel! :D
This is a super simple fix so it shouldn't be intrusive anywhere else on the site.
/* ==UserStyle==
@name Better Battle UI
@version 20220713.14.23
@namespace userstyles.world/user/xenephos
@description This pretty much just makes it so the button doesn't get pushed around as much, making it easier to click the button. Yay for slightly less carpal tunnel! :D
This is a super simple fix so it shouldn't be intrusive anywhere else on the site.
@author xenephos
@license No License
==/UserStyle== */
@-moz-document domain("pokemon-vortex.com") {
/*Better Battle UI
Makes the battle output box stay static in height & not move the button around
Button will still get pushed down after the first hit & the text will sometimes spill over but who reads that anyways? lmao*/
.attackOutput {
height:170px
}
}