Skip to content

Wrapped Stable Blocks - HR Horse Overview Tweak by nagapie

Screenshot of Wrapped Stable Blocks - HR Horse Overview Tweak

Details

Authornagapie

LicenseNo License

Categoryhttps://v2.horsereality.com/horses/

Created

Updated

Size732 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes all stable blocks visible in the HR Horse Overview and adjusts the look of the stable blocks themselves slightly so that they'll stack more neatly.

Notes

The stable blocks will move around a little bit based on what stable block is selected because of how the stable block editing tools appear right now so this isn't a perfect fix, but it will remove the need for any scrolling to access the stable blocks.

Update 13.10.2023

Fixed Unassigned tab button losing its bottom margin as of recent HR changes.

Source code

/* ==UserStyle==
@name           Wrapped Stable Blocks - HR Horse Overview Tweak
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes all stable blocks visible on top of the Horse Overview so that you no longer need to scroll through them.
@author         Nagapie & Nofia/Iorfia
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/horses/") {
}
.stall-tabs .default {
    margin-bottom: 3px;
}
.stall-tabs  .stall-tab {
    margin-bottom: 3px;
}
.stall-tabs {
    display: flex;
    flex-wrap: wrap !important;
    overflow: visible;
}
.stall-tab-edit form {
    padding-right: 36px;
}
.horses-stall-left, .horses-stall-right {
  display: none;
}

Reviews

No reviews yet.