Fixes horse page boxes when you zoom out with a theme on
horse page box adjustments by whitthemes
Details
Authorwhitthemes
LicenseNo Redistribution
CategoryHR
Created
Updated
Size734 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 horse page box adjustments
@version 20240226.17.30
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.horsereality.com/") {
.container_12 .grid_8.training_left
{
margin-top: 10px;
width: 610px;
height: 100%;
}
.training_left .horsetraining .traincon {
display: flex;
width: 115px;
padding: 20px 10px 10px;
margin-bottom: 10px;
margin-left: 8px;
margin-right: 8px;
text-align: center;
}
.grid_6.genetics
{
margin-top: 10px;
width: 454px;
line-height: 16px;
}
.container_12 .grid_6.half_block
{
width: 455px;
margin: 10px;
}
}
@-moz-document url-prefix("https://example.com/") {
}