Skip to content

FLIGHTRISING Larger Item Icons in windows by skeithh

Screenshot of FLIGHTRISING Larger Item Icons in windows

Details

Authorskeithh

LicenseOpen Source

CategoryFlightrising

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks icons in inventories & selection screens such as the wardrobe, AH sell page, pm attachments, and crossroads to be larger and easier to see.

Notes

Pairs well with the Flight Rising Item Window Expander by Zoga

Source code

/* ==UserStyle==
@name         FLIGHTRISING Larger Apparel icons in Wardrobe
@version      20220727.09.35
@namespace    userstyles.world/user/skeithh
@description  Tweaks apparel icons to be bigger in the apparel customization area to be easier on the eyes.
@author       skeithh
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www1.flightrising.com/dragon-apparel/"), url-prefix("https://www1.flightrising.com/crossroads/"), url-prefix("https://www1.flightrising.com/auction-house/sell/"), url-prefix("https://www1.flightrising.com/msgs/new") {
.itemicon {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
}

#fromhoard #inner #itempage .item-attachment img {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
}

#fromhoard #inner #itempage .item-attachment {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
}

.ah-sell-item-padcontainer {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
}

Reviews

No reviews yet.