Using Socialblue theme and reducing the border-radius in theme settings to 3px works fine, except for the post-button:

Post Button

Post button still displayed with a border-radius of 10px.

Comments

slowflyer created an issue. See original summary.

slowflyer’s picture

StatusFileSize
new786 bytes

The reason why this happens, there is no div surrounding the submit button to make this css work:

div:not(.btn-group) > .btn {
border-radius: 3px;
}

Attached my suggested solution.

slowflyer’s picture

Status: Active » Needs review
slowflyer’s picture

This was not an issue in 8.x-1.2, just upgraded one site. But I can't say if it happend with the upgrade to 8.x-1.3 or 8.x-1.4.

maikelkoopman’s picture

StatusFileSize
new681 bytes

Hi Slowflyer,

I have looked into this issue and it is also present in 1.4 release. I think changing the css in a bit simpler than adding a div here, because it might also come back in other places in the future.

The pull request can be found here: https://github.com/goalgorilla/open_social/pull/544
It will be part of release 1.5.

slowflyer’s picture

Thanks for fixing this issue!

In 8.x-1.2 was a div surrounding the Post button. But at the end changing css will work as well.

bramtenhove’s picture

Status: Needs review » Fixed

I just merged the pull request.

Thanks guys!

  • 165ba14 committed on 8.x-1.x
    Merge pull request #544 from goalgorilla/feature/2907955-rounded-post-...
  • maikelkoopman committed 9468ae5 on 8.x-1.x
    Issue #2907955 by maikelkoopman, slowflyer: rounded corners on post...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.