hojiman Posted November 25, 2023 Share Posted November 25, 2023 Using Vortex 1.9.7 client for Windows with an ultrawide monitor. The client seems to have some sort of pre-defined width for every column and then just lumps any remaining space into the "Mod Name" column. I have poked around the app and checked the UI section of the documentation without finding any references to altering the layout of the Mod Table. Generally I can understand the app maximizing the size of the name field ... at least until you reveal the "Archive Name" column, which is almost always longer than the Mod Name field. This makes it difficult to read and makes the table taller/longer than it needs to be due to the word-wrap on the archive name field. Potential solutions in decreasing order of desirability: User can just click-drag the column headers to change the sizes in the table User can specify a numeric value "somewhere" to adjust the sizes of the columns The "Archive Name" field specifically is tagged the same as the "Mod Name" field, such that they will both try to expand as far as they can: Whichever mod is closest to the left side of the table (i.e. "first" order-wise) will take all the room it needs to remain on one line The "second" field will then expand as far as it can, again trying to get on a single line Any remaining space would then go back to the "first" field (i.e. the current behavior) Anyway, thanks for the consideration. Keep up the good work! Hoji. Link to comment Share on other sites More sharing options...
Guest deleted34304850 Posted November 25, 2023 Share Posted November 25, 2023 i think something similar was posted a while ago - but for the life of me i cannot find it in the new forum software search. i believe that there was a workaround that involved editing the css, and enabling column widths to no longer be fixed. i'm almost certain that was the solution offerered and i'm sure it is still out there, somewhere, hidden deep in this combined forum, but good luck finding it as the search in the new forum software is as s#*! and unintuitive as the old forum search was. Link to comment Share on other sites More sharing options...
showler Posted November 25, 2023 Share Posted November 25, 2023 This? Suggestion: Until forum search is fixed use google with "words you're searching for site:forums.nexusmods.com" Link to comment Share on other sites More sharing options...
Guest deleted34304850 Posted November 25, 2023 Share Posted November 25, 2023 58 minutes ago, showler said: This? Suggestion: Until forum search is fixed use google with "words you're searching for site:forums.nexusmods.com" absolutely brilliant find. well done, sir. i believe that this is/was the solution posted that worked. Link to comment Share on other sites More sharing options...
hojiman Posted December 10, 2023 Author Share Posted December 10, 2023 Thank you for responding so quickly. I have poked at this off and on, but am running into a fairly basic problem: nothing calls out the structure of .xtd.table-mods anywhere; I searched the entire Black Tree Gaming folder and that element only shows up twice ... in the pre-defined Themes. I can only assume this means the table's definition and construction are baked into the executable somewhere, and then the CSS files are only there to modify rendering it. That's fine but without knowledge of that structure, there isn't a way to create CSS files that can modify the display of specific columns such as with something like // This doesnt work because this is not the correct sub-element name .xtd.table-mods.cell-archive-name { white-space: nowrap; } We are given a few of the names (e.g., .xtd.table-mods.cell-category) but the only choice for anything else is to modify all columns globally -- which is what was suggested in that other thread. If the Table definition is available somewhere (i.e., I just overlooked it in my searching?) or posted/postable here, then I can try to make the Theme perform as desired. Thanks. Hoji. 1 Link to comment Share on other sites More sharing options...
thelistenersfury Posted March 15 Share Posted March 15 Sorry to bump, but did you ever find out the structure? Link to comment Share on other sites More sharing options...
Lokiath Posted May 19 Share Posted May 19 On 11/24/2023 at 11:32 PM, hojiman said: Using Vortex 1.9.7 client for Windows with an ultrawide monitor. The client seems to have some sort of pre-defined width for every column and then just lumps any remaining space into the "Mod Name" column. I have poked around the app and checked the UI section of the documentation without finding any references to altering the layout of the Mod Table. Generally I can understand the app maximizing the size of the name field ... at least until you reveal the "Archive Name" column, which is almost always longer than the Mod Name field. This makes it difficult to read and makes the table taller/longer than it needs to be due to the word-wrap on the archive name field. Potential solutions in decreasing order of desirability: User can just click-drag the column headers to change the sizes in the table User can specify a numeric value "somewhere" to adjust the sizes of the columns The "Archive Name" field specifically is tagged the same as the "Mod Name" field, such that they will both try to expand as far as they can: Whichever mod is closest to the left side of the table (i.e. "first" order-wise) will take all the room it needs to remain on one line The "second" field will then expand as far as it can, again trying to get on a single line Any remaining space would then go back to the "first" field (i.e. the current behavior) Anyway, thanks for the consideration. Keep up the good work! Hoji. You can change the size of the columns in plugins. Im trying to shrink them so i can see the dependencies line so I can make a rule as well as seeing the plugin/mod name at the same time. I cant make these rules accurately because to drag the bar over to see dependencies, covering the plugin and mod name. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now