mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Organised entity action buttons a little more
This commit is contained in:
@ -176,7 +176,7 @@
|
||||
}
|
||||
|
||||
.content-wrap.card {
|
||||
padding: $-l $-xxl;
|
||||
padding: $-m $-xxl;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: $-xl;
|
||||
|
@ -363,6 +363,17 @@ ul.pagination {
|
||||
}
|
||||
}
|
||||
|
||||
.icon-list hr {
|
||||
margin: $-s $-m;
|
||||
max-width: 140px;
|
||||
opacity: 0.25;
|
||||
height: 1.1px;
|
||||
}
|
||||
|
||||
.icon-list hr + hr, .icon-list hr:first-child, .icon-list hr:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.entity-list-item, .icon-list-item {
|
||||
padding: $-s $-m;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user