fixes campaign buttons in one place and fades out the ignore button
Campaign Helper by lorwolfanon

Details
Authorlorwolfanon
LicenseNo License
CategorySome Game
Created
Updated
Code size1.4 kB
Code checksum4a844468
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
fixes campaign buttons in one place and fades out the ignore button
Source code
/* ==UserStyle==
@name Campaign Helper & Activities Bar Stabilizer
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/Campaign/") {
/* Campaign Buttons Stay In One Spot - Sit. Stay. Good Buttons! */
#exploreDescriptionContainer
{
min-height: 250px;
margin-bottom: 15px;
}
#exploreStaminaLost
{
position:absolute;
z-index: 2;
margin-top: -15px;
}
/* Stork/Ox Hide Required Items So Button Stays */
#exploreRequiredItemsContainer {
Max-Height: 5px;
overflow-y: scroll;
}
/* Smol Header Font (Farming: Learning Experience) */
#exploreScenerioDetailsSection > div:first-child {
margin: 0;
font-size: 13px !important;
}
#exploreScenerioDetailsSection {
margin: 0;
font-size: 14px !important;
}
/*No. Down Ignore. Down! Good ignore!*/
#exploreOptions > div:last-child:not(:only-child){
opacity: 20%;
}
/*Dark Screen Fix*/
.modal-backdrop {
opacity: 0 !important;
position: relative !important;
}
/* Activities Bar Stabilizer */
#dailiesContainerHtml {
Max-Height: 115px;
}
}