Skip to content

Battle UI Button Tweak by xenephos

Screenshot of Battle UI Button Tweak

Details

Authorxenephos

LicenseNo License

Categorypokemon vortex

Created

Updated

Size756 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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.

Notes

Userstyle doesn't have notes.

Source code

/* ==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 
}
}

Reviews

No reviews yet.