mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
gitignore fixes, layout grid fix
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ node_modules/
|
|||||||
.idea/
|
.idea/
|
||||||
/db.json
|
/db.json
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
.jekyll-cache
|
||||||
tmp/
|
tmp/
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: Dashboard
|
|||||||
page-title: Dashboard
|
page-title: Dashboard
|
||||||
page-pretitle: Overview
|
page-pretitle: Overview
|
||||||
page-title-actions: true
|
page-title-actions: true
|
||||||
|
site-layout: layout-collapsed-sm
|
||||||
menu: home
|
menu: home
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ Layout
|
|||||||
"head" auto
|
"head" auto
|
||||||
"menu" auto
|
"menu" auto
|
||||||
"main" auto /
|
"main" auto /
|
||||||
auto;
|
100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-collapsed {
|
.layout-collapsed {
|
||||||
|
|||||||
Reference in New Issue
Block a user