XF 2.3 Signature Size Limits still work in 2.3?

maethlin

Member
Hey there, I used the tips in this older thread to great effect back in 2.2 - but I just upgraded to 2.3 and I think it no longer works?


I'm trying to use the exact same text block from before (I had saved it)... I have just upgraded my board to 2.3, purchased the latest version of Blackened Pro theme, and am using this extra.less setting, but signatures seem unaffected.

1732859137313.webp
 
Okay, I'm a giant dork... figured it out, when I copy/pasted from my notes, it actually added the line numbers per line lol

Please ignore.

Everything works fine, but at least I can confirm this format works still for 2.3 heh.

Code:
 .message-signature
 {
     .bbWrapper
     {
         .bbImage
         {
             max-width: 400px;
             max-height: 100px;
             overflow-x: auto;
             overflow-y: auto;
         }
     }
 }
 
Okay, I'm a giant dork... figured it out, when I copy/pasted from my notes, it actually added the line numbers per line lol

Please ignore.

Everything works fine, but at least I can confirm this format works still for 2.3 heh.

Code:
 .message-signature
 {
     .bbWrapper
     {
         .bbImage
         {
             max-width: 400px;
             max-height: 100px;
             overflow-x: auto;
             overflow-y: auto;
         }
     }
 }
Lol I didn't even notice you pasted the the numbers twice.
 
Back
Top Bottom