1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prototype fixing sidebar re-positioning

This commit is contained in:
squidfunk 2017-03-03 11:19:07 +01:00 committed by Martin Donath
parent 12e12135c1
commit 25b366ce7f
2 changed files with 9 additions and 2 deletions

View File

@ -37,8 +37,8 @@ theme_dir: material
# Options
extra:
#feature:
# tabs: true
# feature:
# tabs: true
palette:
primary: indigo
accent: indigo

View File

@ -23,3 +23,10 @@
// ----------------------------------------------------------------------------
// Nothing to see here, move along
// ----------------------------------------------------------------------------
html .md-sidebar--secondary {
// float: initial;
// //margin-left: 122rem;
// right: 0;
// position: absolute;
}