• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Quoting Bug

Status
Not open for further replies.
Capture.PNG


I didn't look into it further, but I found this interesting bug when quoting posts. This is the post I took a picture of.

Also, I added the bar there so you can see where the picture cuts off.
 

Deleted member 219079

D

Deleted member 219079

I doubt it's a bug since it's specified in the .css:
Code:
    .bbCodeQuote .quoteContainer .quote
    {
        max-height: 150px;
        ...
    }

If you have Chrome, you can use Stylish snippet, but note that it might have side effects:
Code:
.quoteContainer > .quote { max-height: none !important; }
 

Deleted member 219079

D

Deleted member 219079

Oh, you want "Click to expand" functionality. I could write JS script for you if I still remembered JS lol..
 
Status
Not open for further replies.
Top