Card should expand in sidebar and panel mode
See original GitHub issueChecklist:
- [ x] I updated to the latest version available
- [ x] I cleared the cache of my browser
Release with the issue: v1 Last working release (if known):
Browser and Operating System: chrome windows 10
Description of problem: card size not working well with sidebar layout option used to be full width
Javascript errors shown in the web inspector (if applicable):
Additional information:
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Create a beautiful hover-triggered expandable sidebar with ...
Today, we'll learn how to make a sidebar that expands and collapses on hover. It looks beautiful and the implementation is a lot...
Read more >The Sidebar - Every Layout
Where there's not enough space for two adjacent items, we tend to employ a breakpoint (a width-based @media query) to reconfigure the layout,...
Read more >How To Create a Collapsed Sidebar - W3Schools
Learn how to create a collapsible sidebar menu. × About Services Clients Contact. Click on the button to open the collapsible sidebar: ☰...
Read more >How to use Flexbox to create a modern CSS card design layout
From portfolios to blogs, modern card design layouts are great for any site and they're easy to create. Follow this guide to get...
Read more >Angular Sidebar component - Syncfusion
Auto close: Allows to set the Sidebar in an expanded or collapsed state only ... supports display of short notifications about the content...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @dermotduffy - issue fixed in panel mode.
@unrly Yes, I believe this is the same issue. The height is being forced to a max cap in the released version (due to some issues with Safari). I’m working on forcing the aspect ratio, rather than the height. I’ll make sure to test against both Sidebar & Panel mode.