Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./src/components/app/AppHeader.svelte:
- - <a class="dropdown-item d-flex align-items-center" href="/login">LOGOUT
- + <a class="dropdown-item d-flex align-items-center" href="/page/login">LOGOUT
- ./src/stores/appSidebarMenus.js
- - 'url': 'Layout',
- + //'url': 'Layout',
- ./src/stores/appTopNavMenus.js
- - 'url': 'Layout',
- + //'url': 'Layout',
- ./src/routes/page/data-management/+page.svelte
- - import 'datatables.net-buttons/js/buttons.flash.min.js';
- + //import 'datatables.net-buttons/js/buttons.flash.min.js';
- ./src/routes/table/plugins/+page.svelte
- - import 'datatables.net-buttons/js/buttons.flash.min.js';
- + //import 'datatables.net-buttons/js/buttons.flash.min.js';
- ./src/routes/ui/card/+page.svelte
- - Use the Bootstrap grid system and its <a href="/docs/5.1/layout/grid/#row-columns"><code>.row-cols</code> classes</a> to control how many grid columns (wrapped around your Cards) you show per row. For example, here’s <code>.row-cols-1</code> laying out the Cards on one column, and <code>.row-cols-md-2</code> splitting four Cards to equal width across multiple rows, from the medium breakpoint up.
- Use the Bootstrap grid system and its <a href="https://getbootstrap.com/docs/5.1/layout/grid/#row-columns"><code>.row-cols</code> classes</a> to control how many grid columns (wrapped around your Cards) you show per row. For example, here’s <code>.row-cols-1</code> laying out the Cards on one column, and <code>.row-cols-md-2</code> splitting four Cards to equal width across multiple rows, from the medium breakpoint up.
Advertisement
Add Comment
Please, Sign In to add comment