Skip to content

Wrapped Stable Blocks - HR Horse Overview Tweak by Eichgatzl

Details

AuthorEichgatzl

LicenseNo License

Categoryhttps://horsereality.com/

Created

Updated

Size705 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes all stable blocks visible on top of the Horse Overview so that you no longer need to scroll through them.

Notes

Userstyle doesn't have notes.

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.