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

Updated and aligned entity dashboard elements

This commit is contained in:
Dan Brown
2019-04-13 11:09:17 +01:00
parent 2694bb8fab
commit d66fab8bee
6 changed files with 32 additions and 43 deletions

View File

@ -325,6 +325,10 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
&.flexible input {
width: 100%;
}
.search-box-cancel {
left: auto;
right: 0;
}
}
.outline > input {

View File

@ -96,17 +96,6 @@ $loadingSize: 10px;
}
}
// Search results
.search-results > h3 a {
font-size: 0.66em;
color: $primary;
padding-left: $-m;
i {
padding-right: $-s;
}
}
// Back to top link
$btt-size: 40px;
[back-to-top] {