Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
PatrickRQ Posted June 28, 2023 Posted June 28, 2023 Hi IPS, The template of file view in Downloads app does not go to full width. It still sees the sidebar area even there is no element in the sidebar:
PatrickRQ Posted June 28, 2023 Author Posted June 28, 2023 However, there is some design flaw that makes us unable to override sidebar width. There is css like: body:not( .cWidgetsManaging ) #ipsLayout_sidebar.ipsLayout_sidebarUnused, body.ipsLayout_sidebarUnused:not( .cWidgetsManaging ) #ipsLayout_sidebar { min-width:1px; width: 0; padding: 0 !important; which is higher priority than the one below: #ipsLayout_sidebar { min-width: 340px; max-width: 340px; padding-bottom: 15px; overflow: hidden; border-radius: 0; If I will try to override min-width: 340px; max-width: 340px; from custom.css then it will take highest priority and will break the layout. Can you change either the design of the code or add config to ACP/Theme of sidebar width?
Marc Posted June 29, 2023 Posted June 29, 2023 10 hours ago, PatrickRQ said: However, there is some design flaw that makes us unable to override sidebar width. There is css like: body:not( .cWidgetsManaging ) #ipsLayout_sidebar.ipsLayout_sidebarUnused, body.ipsLayout_sidebarUnused:not( .cWidgetsManaging ) #ipsLayout_sidebar { min-width:1px; width: 0; padding: 0 !important; which is higher priority than the one below: #ipsLayout_sidebar { min-width: 340px; max-width: 340px; padding-bottom: 15px; overflow: hidden; border-radius: 0; If I will try to override min-width: 340px; max-width: 340px; from custom.css then it will take highest priority and will break the layout. Can you change either the design of the code or add config to ACP/Theme of sidebar width? The layout as a whole will be different in version 5 SeNioR- 1
PatrickRQ Posted June 29, 2023 Author Posted June 29, 2023 2 hours ago, Marc Stridgen said: The layout as a whole will be different in version 5 As said, it was issue of mine I fixed, however there is no way to override sidebar width because of what I described, so would be great if you could add setting for that under theme settings. About IPS5. I even do not think about it now.. as for me it is future of 2-3 year until I upgrade ^^ Marc 1
Randy Calvert Posted June 29, 2023 Posted June 29, 2023 12 minutes ago, PatrickRQ said: As said, it was issue of mine I fixed, however there is no way to override sidebar width because of what I described, so would be great if you could add setting for that under theme settings. About IPS5. I even do not think about it now.. as for me it is future of 2-3 year until I upgrade ^^ You might want to post that in the feedback forum as it will not be seen later in the sea of support issues. 🙂 Marc 1
Marc Posted July 5, 2023 Posted July 5, 2023 On 6/29/2023 at 12:12 AM, PatrickRQ said: However, there is some design flaw that makes us unable to override sidebar width. There is css like: body:not( .cWidgetsManaging ) #ipsLayout_sidebar.ipsLayout_sidebarUnused, body.ipsLayout_sidebarUnused:not( .cWidgetsManaging ) #ipsLayout_sidebar { min-width:1px; width: 0; padding: 0 !important; which is higher priority than the one below: #ipsLayout_sidebar { min-width: 340px; max-width: 340px; padding-bottom: 15px; overflow: hidden; border-radius: 0; If I will try to override min-width: 340px; max-width: 340px; from custom.css then it will take highest priority and will break the layout. Can you change either the design of the code or add config to ACP/Theme of sidebar width? I have added this part as a bug report
Recommended Posts