1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Fixed shelf activity display & updated book sort operation

This commit is contained in:
Dan Brown
2019-05-05 15:54:22 +01:00
parent 5910e00fb8
commit ba09dad1fe
6 changed files with 15 additions and 16 deletions

View File

@ -456,6 +456,10 @@ ul.pagination {
position: relative;
margin-right: $-l;
&.entity-list-item-image-wide {
width: 220px;
}
.svg-icon {
color: #FFF;
fill: #FFF;

View File

@ -222,18 +222,6 @@ $btt-size: 40px;
}
}
.center-box {
margin: $-xxl auto 0 auto;
width: 420px;
max-width: 100%;
display: inline-block;
text-align: left;
vertical-align: top;
input {
width: 100%;
}
}
.fullscreen {
border:0;
position:fixed;