For use on mobile devices that can get access to stylus
Flight Rising - No Familiar Bond Refresh by werewire
Details
Authorwerewire
LicenseCC Zero
Categoryflightrising.com
Created
Updated
Size503 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Flight Rising - No Familiar Bond Refresh
@namespace github.com/openstyles/stylus
@version 1.0.0
@description For use on mobile devices that can get access to stylus
@author Werewire
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/dragon/") {
.ui-widget-overlay {
display:none;
}
.ui-widget.ui-widget-content {
top: 1px!important;
left: 1px!important;
position: fixed;
}
}