1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

gitignore fixes, layout grid fix

This commit is contained in:
codecalm
2019-11-30 13:45:59 +01:00
parent 6f42a761c7
commit e9c3546015
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -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
--- ---

View File

@@ -54,7 +54,7 @@ Layout
"head" auto "head" auto
"menu" auto "menu" auto
"main" auto / "main" auto /
auto; 100%;
} }
.layout-collapsed { .layout-collapsed {