Tyfon
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Just a thank you for all the work you’ve been cranking out on UI Fixes lately! You’re a beast QoL mods are some of my favorites and yours keeps getting better and better!
1
Like
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
- is the weapon equipped? You can never modify equipped weapons in raid (read the tooltips on the UIFixes settings)
- Currently by design, though I’m not against the idea
- Put X into Y takes priority over swap. Also make sure you enable swap incompatible containers.
Nov 27, 2025 2:09 PM
View details
Created comment
Sorry lol I reread your comment. I thought you were talking about the inspect window, not the modding UI.
I'm afraid you're out of luck, UI Fixes doesn't change how those attachments get displayed.
Nov 23, 2025 9:52 AM
View details
Edited comment
Put your mouse on the edge and drag, just like any other window in any other application.
Nov 23, 2025 6:14 AM
View details
Created comment
Put your mouse on the edge and drag, just like any other window in any other application.
Nov 23, 2025 6:13 AM
View details
Created comment
You should be able to widen the window, which would give more room. UIFixes will prevent the item's 3D model from growing as well, so you should have more room for all the mods. UIFixes will also remember the resized window width. Does that help?
Nov 22, 2025 4:09 AM
View details
Created comment
Coloring item text and item backgrounds sounds like a great idea for a mod, just not UI Fixes. It’s not something that’s *missing*, but would be cool for someone to make.
Nov 20, 2025 9:38 PM
View details
Created comment
That’s a straight up bug by BSG, I can fix that to not trigger when your focus is in a text box
Nov 19, 2025 7:09 PM
View details
Hands down one of the best most responsive creators on here! If there are any mods that I must play with every SPT update these are the ones! From the constant updates, weird features I may ask for or the fulltime job that maintaining your mods must be, it is very appreciated in the community Tyfon
Thank you so much!