mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-06 17:20:07 +00:00
Merge branch 'fix_sidebar_css' of https://github.com/ffranchina/BookStack into ffranchina-fix_sidebar_css
This commit is contained in:
commit
f73b82ee57
1 changed files with 3 additions and 2 deletions
|
@ -201,6 +201,7 @@
|
||||||
.entity-list-item-name {
|
.entity-list-item-name {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-right: $-m;
|
||||||
}
|
}
|
||||||
.chapter-child-menu {
|
.chapter-child-menu {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
@ -410,7 +411,7 @@ ul.pagination {
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity-list-item, .icon-list-item {
|
.entity-list-item, .icon-list-item {
|
||||||
padding: $-s $-m;
|
padding: $-s 0 $-s $-m;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -682,4 +683,4 @@ ul.pagination {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue