fix: Sider issues
This commit is contained in:
parent
f7158ad5f6
commit
2cfe7d4457
2 changed files with 8 additions and 9 deletions
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
import os
|
||||
from whoosh.index import create_in, open_dir
|
||||
from whoosh.fields import TEXT, ID, Schema
|
||||
from whoosh.qparser import MultifieldParser, FieldsPlugin, WildcardPlugin
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ $navbar-height-lg: 4.5rem;
|
|||
}
|
||||
}
|
||||
|
||||
.navbar-expand-lg .doc-container {
|
||||
.doc-container {
|
||||
max-width: 1280px;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
.doc-container {
|
||||
max-width: 1280px;
|
||||
.navbar-expand-lg .doc-container {
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
|
|
@ -255,11 +255,6 @@ $navbar-height-lg: 4.5rem;
|
|||
background-color: $light;
|
||||
}
|
||||
|
||||
.table-bordered thead th,
|
||||
.table-bordered thead td {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.table-bordered,
|
||||
.table-bordered th,
|
||||
.table-bordered td {
|
||||
|
|
@ -267,4 +262,9 @@ $navbar-height-lg: 4.5rem;
|
|||
border-right: none;
|
||||
border-color: $gray-200;
|
||||
}
|
||||
|
||||
.table-bordered thead th,
|
||||
.table-bordered thead td {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue