1
0
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:
Dan Brown
2023-06-08 15:03:38 +01:00
parent 154924cc0c
commit 3b46b92bb9
7 changed files with 68 additions and 51 deletions

View File

@ -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 {