Jump to content

Vortex Mod Table column width adjustment / layout


hojiman

Recommended Posts

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:

  1. User can just click-drag the column headers to change the sizes in the table
  2. User can specify a numeric value "somewhere" to adjust the sizes of the columns
  3. 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:
    1. 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
    2. The "second" field will then expand as far as it can, again trying to get on a single line
    3. 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.

Vortex_mod_table_columns.jpg

Link to comment
Share on other sites

Guest deleted34304850

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

Guest deleted34304850
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

  • 2 weeks later...

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.

 
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...