Search Unity

Can Asset Store improvement requests be posted here?

Discussion in 'Meta-forum Discussion' started by MostHated, Aug 24, 2021.

  1. MostHated

    MostHated

    Joined:
    Nov 29, 2015
    Posts:
    1,235
    Hey there,
    I was not sure exactly where to post this, I didn't see a place to post about the actual Asset Store itself, but I wanted to say that I finally got tired of squinting at the "quick preview" and made some local css edits. I know the preview is supposed to be "quick", but the videos are terribly hard to see.

    I am sure anyone would agree that instead of seeing this:



    Something like this would be much more useful.



    I used the Firefox addon "Stylus", here were the edits I made in case anyone wants them. I did it in about 30 seconds until I was satisfied with the results on my end, your milage may vary. I am far from a css expert, so how I went about it may not be ideal, I just know it looks way better.

    Code (CSharp):
    1. ._30TTm, ._30TTm._3bo6C {
    2.     height: 786px;
    3. }
    4.  
    5. ._30TTm ._34X3e {
    6.     width: 20%;
    7.     -ms-flex-positive: 810;
    8.     flex-grow: 810;
    9.     height: 90%;
    10. }
    11.  
    12. ._3VuGa ._3hIWG._8umO5 ._1Cn3F {
    13.     height: 640px;
    14. }
    15.  
    16. ._3VuGa ._3hIWG._8umO5 .zYbh4 {
    17.     height: 640px;
    18. }
    19.  
    20. ._30TTm {
    21.     max-width: 1800px;
    22.     width: 1500px;
    23.     display: -ms-flexbox;
    24.     display: flex;
    25.     -ms-flex-align: start;
    26.     align-items: flex-start;
    27.     background-color: var(--color-page-background);
    28.     padding: 30px;
    29.     position: relative;
    30.     transition: height .1s linear;
    31.     overflow: hidden;
    32.     border-radius: 4px;
    33. }
    I would definitely like to recommend an actual live change to the store to give similar results, but in a more official (and probably well thought out compared to my random edits) way.

    Thanks,
    -MH
     
    JBR-games and steinbitglis like this.