Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2630

Extensions in Development • Re: [3.3][RC] Local Time

$
0
0
With your text Local time: and then the time (Local time: Sat Jun 07, 2025 7:10 pm)
It makes the am/pm wrap to another line. It kind of messes up the look.

I adjusted the css to fix that. In the responsive.css, almost at the bottom

Code:

@media (min-width: 701px) {.postbody {width: calc(100% - 215px - 1px - 16px);}.postprofile {width: 215px;}}
I changed those 200px to 215px in those two classes.
It fits nice in there now. It would be nice if phpBB gave us a little more room in there for stuff like this.
localtime.png

Statistics: Posted by Sniper_E — Sun Jun 08, 2025 12:08 am



Viewing all articles
Browse latest Browse all 2630