You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the length of some scene descriptions, the grid view can get cluttered easily, especially when the text length varies greatly from scene to scene. This can happen if there are bigger stories in a scene, one studio that does this in a very extreme fashion is puretaboo, but there are others as well.
For seeing what I mean, simply post much text (more than 2 sentences) into some description boxes and see the resulting grid view.
This could be fixed in two ways: Either by reducing the shown text to a smaller amount, this may satisfy some, but annoy others. More complex would be an adjustment bar for the amount of lines shown.
If this seems too difficult, the simplest compromise I can think of is to make the entire displaying of description optional. Personally, I find the additional text when searching annoying in general, it is also something normal porn sites do not have, and it seems to drag the interface away from being clean and simple, as it has been stated in #108 .
The text was updated successfully, but these errors were encountered:
Probably easiest done with a custom css fragment - this way people can choose how they want it displayed. I'll investigate to see if any code changes are needed.
This can be accomplished via Custom CSS in the Settings > Interface Configuration.
Use the following CSS:
div.card-section p {
display: none !important;
}
div ~ div.bp3-divider {
display: none !important;
}
I think in the future, it might be cool to have a "Compact Grid View" mode, that strips out some elements of the current grid view for the reasons OP stated. When I have some time, if I can get some help on adding another view mode I'll definitely work on this.
Due to the length of some scene descriptions, the grid view can get cluttered easily, especially when the text length varies greatly from scene to scene. This can happen if there are bigger stories in a scene, one studio that does this in a very extreme fashion is puretaboo, but there are others as well.
For seeing what I mean, simply post much text (more than 2 sentences) into some description boxes and see the resulting grid view.
This could be fixed in two ways: Either by reducing the shown text to a smaller amount, this may satisfy some, but annoy others. More complex would be an adjustment bar for the amount of lines shown.
If this seems too difficult, the simplest compromise I can think of is to make the entire displaying of description optional. Personally, I find the additional text when searching annoying in general, it is also something normal porn sites do not have, and it seems to drag the interface away from being clean and simple, as it has been stated in #108 .
The text was updated successfully, but these errors were encountered: