• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Quoting Bug

Status
Not open for further replies.
Level 37
Joined
Jul 22, 2015
Messages
3,485
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