mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-20 20:00:46 +08:00
Merge branch 'fix_sidebar_css' of https://github.com/ffranchina/BookStack into ffranchina-fix_sidebar_css
This commit is contained in:
commit
f73b82ee57
|
@ -201,6 +201,7 @@
|
|||
.entity-list-item-name {
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
margin-right: $-m;
|
||||
}
|
||||
.chapter-child-menu {
|
||||
font-size: .8rem;
|
||||
|
@ -410,7 +411,7 @@ ul.pagination {
|
|||
}
|
||||
|
||||
.entity-list-item, .icon-list-item {
|
||||
padding: $-s $-m;
|
||||
padding: $-s 0 $-s $-m;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: transparent;
|
||||
|
@ -682,4 +683,4 @@ ul.pagination {
|
|||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user