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:
@ -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 {
|
||||
|
@ -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] {
|
||||
|
Reference in New Issue
Block a user