PM default TextArea size

Discussion in 'Empty Closets Help and Feedback' started by Nikky DoUrden, Jun 20, 2014.

  1. Nikky DoUrden

    Full Member

    Joined:
    Aug 25, 2013
    Messages:
    1,305
    Likes Received:
    0
    Location:
    Mediterranean Sea
    Hey staff
    I wonder if its possible to change the default size of the TextArea reply box ?
    When I reply its just too small and clastrophobic and occupy like 20% of the width of the screen. I tried messing in the options: http://emptyclosets.com/forum/profile.php?do=editoptions
    with no avail !
    I know I can manually change it via the bottom-right corner but doing that so many times as a programmer makes me wonder if there is an option that do that automatically in options ?

    Thanks! (*hug*)
     
  2. That1Guy

    Regular Member

    Joined:
    Dec 26, 2012
    Messages:
    553
    Likes Received:
    1
    Location:
    United States
    Gender:
    Male
    Gender Pronoun:
    He
    Sexual Orientation:
    Gay
    Out Status:
    Some people
    In the text area, you'll see two small lines in the bottom corner. Just hold and drag that to change the size.
     
  3. Nikky DoUrden

    Full Member

    Joined:
    Aug 25, 2013
    Messages:
    1,305
    Likes Received:
    0
    Location:
    Mediterranean Sea
    Yep I wrote I know this :grin:
    But I wonder if there is an option to increase it permenantly ?
    This is a really small box as if the site is to be used on tablets and not PC :grin:
     
  4. Mirko

    Admin Team Advisor Full Member

    Joined:
    Apr 26, 2008
    Messages:
    18,892
    Likes Received:
    3,244
    Location:
    Northern Hemisphere
    Gender:
    Male
    Gender Pronoun:
    He
    Sexual Orientation:
    Gay
    Out Status:
    Out to everyone
    Hi there! I don't think there is an option to increase the TextArea reply box permanently - at least in all of my years on EC, I haven't seen an option that would allow for it.
     
  5. mbanema

    Full Member

    Joined:
    Jan 11, 2014
    Messages:
    1,485
    Likes Received:
    30
    Location:
    MA
    Gender:
    Male
    Gender Pronoun:
    He
    Sexual Orientation:
    Gay
    Out Status:
    A few people
    If this is something you want to do, in the style sheet you can just add this rule:

    Code:
    #vB_Editor_QR_textarea {
        height: 300px !important;
    }
    It looks like this will affect the quick reply, PM reply, and profile message box.
     
  6. Nikky DoUrden

    Full Member

    Joined:
    Aug 25, 2013
    Messages:
    1,305
    Likes Received:
    0
    Location:
    Mediterranean Sea

    Not a vb expert but if its that easy its awesome :grin:

    Maybe even there is a switch that can just make the message box fill the whole width like the box surrounding it, because u can see when u change the width of the webpage everything adjust except the reply box ! :stuck_out_tongue_closed_eyes:

    I guess if its code-related it wont be change though... (if thats the case thanks anyway :slight_smile:)