Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ui/mods/msu/css/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,14 @@
background-image: url("coui://gfx/mods/msu/buttons/msu_button_inactive.png");
background-size: 100% 100%;
}

/*VanillaFix: tooltips having a jagged line in their background-image if the height increases too much*/
div .tooltip-module
{
background-size: 25.5rem 100%;
}

div .tooltip-module.is-full-width
{
background-size: 31.5rem 100%;
}