add $ui-state-highlight-short setting (for the viewing sample box)

intended for the regular css file. these new settings shouldnt be altered when generating the stylus css file.
This commit is contained in:
edshot99 2025-02-08 01:58:57 -06:00
parent 10574ac640
commit 9056409512
2 changed files with 6 additions and 1 deletions

View File

@ -2,3 +2,5 @@ $theme-pack: "classic";
$profile-picture-circle: 1;
$comment-buttons: 1;
$name-rank-border-colors: 1;
$ui-state-highlight-short: 1;

View File

@ -13,5 +13,8 @@
border-left: .25rem solid var(--elements-highlight) !important;
border-radius: 2px 8px 8px 2px;
font-size: .8rem !important;
width: fit-content;
@if $ui-state-highlight-short == 1 {
width: fit-content;
}
}