1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Merge branch 'prev-next-button' of https://github.com/shubhamosmosys/BookStack into shubhamosmosys-prev-next-button

This commit is contained in:
Dan Brown
2021-05-26 22:13:19 +01:00
6 changed files with 90 additions and 1 deletions

View File

@ -62,6 +62,9 @@
}
@include smaller-than($m) {
.grid.third.prev-next:not(.no-break) {
grid-template-columns: 1fr 1fr 1fr;
}
.grid.third:not(.no-break) {
grid-template-columns: 1fr 1fr;
}
@ -81,12 +84,24 @@
.grid.right-focus.reverse-collapse > *:nth-child(1) {
order: 1;
}
.grid.third:not(.no-break) .text-m-left {
margin-left: 20%;
}
.grid.third:not(.no-break) .text-m-right {
margin-left: 45%;
}
}
@include smaller-than($s) {
.grid.third:not(.no-break) {
grid-template-columns: 1fr;
}
.grid.third:not(.no-break) .text-m-left {
margin-left: 18%;
}
.grid.third:not(.no-break) .text-m-right {
margin-left: 20%;
}
}
@include smaller-than($xs) {
@ -367,3 +382,7 @@ body.flexbox {
margin-inline-end: 0;
}
}
.prev-next-btn {
height: 50px;
}

View File

@ -112,6 +112,12 @@ a {
}
}
a.disabled {
pointer-events: none;
cursor: default;
opacity: 0.6;
}
.blended-links a {
color: inherit;
svg {