mirror of
https://github.com/getredash/redash.git
synced 2026-03-20 22:00:12 -04:00
This change took place in steps: 1. Change order of content and sidebar. Sidebar appears first, then content. 2. Fix padding * Before: content was jutted against the sidebar. The sidebar was double- padded from the edge of the content area. After: Content has 15px pad against the sidebar. Sidebar has the same pad as the page title. 3. Don't pad the content on small screens. Otherwise the content appears off-center and doesn't use all of the available space. 4. Allow Create buttons to have varying width This makes the Query, Dashboard, and Alert list pages share the same style