Skip to content

Flight Rising - Move AH Sell Dragon Button by werewire

Screenshot of Flight Rising - Move AH Sell Dragon Button

Details

Authorwerewire

LicenseCC-BY-NC-4.0

Categoryflightrising.com

Created

Updated

Size503 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Move the sell button whereever you want, by default its on top

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Flight Rising - Move AH Sell Dragon Button
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Move the sell button whereever you want, by default its on top
@author         Werewire
==/UserStyle== */

@-moz-document url-prefix("https://www1.flightrising.com/auction-house/sell"), url-prefix("https://www1.flightrising.com/auction-house/relist/expired/") {
    #ah-sell-submit-container {
  transform: translate(0, -1300%);
}
}

Reviews

No reviews yet.