[4.0] Site/Admin select in searchtools#27388
[4.0] Site/Admin select in searchtools#27388brianteeman wants to merge 3 commits intojoomla:4.0-devfrom
Conversation
see screenshots for changes If we wait for an expert to fix it then it will never happen On pages where we still have an admin/site select such as `/administrator/index.php?option=com_languages&view=installed&client=1` there is an error in the RTL css that forces it to be full width ### Before ### After
|
That is not enough. |
|
The order that the css is loaded is a different issue. (we really should not have a template-rtl.css) |
|
It HAS to switch to none when the window is reduced. This pr alone breaks the whole display on mobile. One can’t solve an issue while creating another. |
|
well before this PR the desktop was broken. I will work on fixing the mobile now |
|
until someone works out the css ordering this PR now works correctly on mobile as well |
|
See discussion in #27384 Note: yes, the change to mobile with |
|
Closing as the changes here are included in #27416 |
see screenshots for changes
If we wait for an expert to fix it then it will never happen
On pages where we still have an admin/site select such as
/administrator/index.php?option=com_languages&view=installed&client=1there is an error in the RTL css that forces it to be full widthBefore
After