prosilver French edition

Images wider than posting area get rounded at the corners - prosilver French edition

Images wider than posting area get rounded at the corners

by Bruce Banner » Wed Apr 10, 2024 9:03 pm

Here's an example of the corner of an image in prosilver
Untitled.00.png
Untitled.00.png (4.49 KiB) Viewed 51 times
(zoomed in as far as possible in Paint)

And here's how the same corner of the same image looks in the French edition
Untitled.01.png
Untitled.01.png (9.11 KiB) Viewed 52 times
(again, zoomed in as far as possible)

How can I get rid of that rounding, and just have images display with their corners pointed like in prosilver?
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: Images wider than posting area get rounded at the corner

by cabot » Thu Apr 11, 2024 7:03 am

Hello,

In base.css, line 11 :

Code: Select all

.attachbox dd, .attach-image, .avatar, .badge, .button, .codebox, .codebox code, .contact-icons a:hover, .cp-mini, .dropdown, .dropdown .dropdown-contents, .dropdown-extended a.mark_read, .dropdown-extended ul, .dropdown li:hover, .forabg, .forumbg, .headerbar, .navbar, .pagination li a, .pagination li span, .panel, .panel-container .panel li.row, .post, .post_details, .postbody .content, .postbody img.postimage, .posthilit, .postlink, .postlink:hover .reported, .row .pagination li a, .row .pagination li span, .search-header, .topicreview, .wrap, a.button1, a.button2, blockquote, div.rules, dl.thumbnail img, dl.thumbnail dt a:hover, input, input.button1, input.button2, input.button3, .inputbox, li.row:hover, p.post-notice, select {
	border-radius: var(--radius);
}
Remove .postbody img.postimage,
User avatar
cabot
Registered User
Posts: 797
Joined: Sat Jan 07, 2012 4:16 pm

Re: Images wider than posting area get rounded at the corner

by Bruce Banner » Thu Apr 11, 2024 7:17 pm

No, sorry, that didn't work. I definitely purged the cache after replacing the base file, and hard refreshed the browser, but I'm still getting the same issue with rounding at the corners in postbody, and in private messages. Though not in signatures for some reason. If I make a very wide image my signature, and then post that image, when I compare how the image looks in postbody to how it looks in my signature, in my signature the corners are very clearly pointed, but in postbody they're still clearly rounded.
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: Images wider than posting area get rounded at the corner

by cabot » Fri Apr 12, 2024 7:04 am

Ah yes, good point.

Also delete .postbody .content,
User avatar
cabot
Registered User
Posts: 797
Joined: Sat Jan 07, 2012 4:16 pm

Re: Images wider than posting area get rounded at the corner

by Bruce Banner » Fri Apr 12, 2024 4:17 pm

Yep, that did the trick, thanks.
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: Images wider than posting area get rounded at the corner

by Bruce Banner » Thu Apr 25, 2024 4:48 am

Hi again. Just noticed the same problem with image attachments. What do I do to get rid of rounded corners on them?
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: Images wider than posting area get rounded at the corner

by Bruce Banner » Fri Apr 26, 2024 5:27 pm

I've tried looking at the code myself but would rather not try anything in case I mess something up.
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: Images wider than posting area get rounded at the corner

by cabot » Sat Apr 27, 2024 9:34 am

I think it must be the thumbnails.
Delete dl.thumbnail img,
User avatar
cabot
Registered User
Posts: 797
Joined: Sat Jan 07, 2012 4:16 pm

Re: Images wider than posting area get rounded at the corner

by Bruce Banner » Sat Apr 27, 2024 8:46 pm

Yep, perfect, thanks.
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am