mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Comments: Updated to show form in expected location
Includes a change of create response to use a branch as a template.
This commit is contained in:
@ -682,6 +682,9 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
||||
&:hover .actions, &:focus-within .actions {
|
||||
opacity: 1;
|
||||
}
|
||||
.actions button:focus {
|
||||
outline: 1px dotted var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.comment-box .header {
|
||||
@ -709,6 +712,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
||||
@include lightDark(border-color, #DDD, #444);
|
||||
margin-inline-start: $-xs;
|
||||
width: $-l;
|
||||
height: calc(100% - $-m);
|
||||
}
|
||||
|
||||
#tag-manager .drag-card {
|
||||
|
Reference in New Issue
Block a user