Kunena-Forum icon indicating copy to clipboard operation
Kunena-Forum copied to clipboard

Apple Safari styling fails with media statement

Open makitso opened this issue 1 year ago • 1 comments

Describe the bug The kunena file template.css or template.min.css has the following entry selector:

@media (width >= 992px) { .container-header .mod-menu { flex-direction: row; flex: 1; display: flex; } } Safari does not recognize the width >= and bypasses the entire selector. Changing selector to this format and the selector works. @media (min-width: 992px)

Joomla version: 4.4.1 Kunena version: 6.2.1 Php version: 8.1.25 Database version: 10.5.21-MariaDB

Desktop (please complete the following information):

  • OS: iOS Ventura
  • Browser Safari
  • Version 17

makitso avatar Dec 12 '23 16:12 makitso

This issue is stale because it has been open 30 days with no activity.

github-actions[bot] avatar Jan 12 '24 02:01 github-actions[bot]

Kunena uses only fixed operator like: @media (max-width: 320px) {

So im closing this issue

810 avatar Apr 13 '24 21:04 810