style(next): improve the layout of the find and replace panel

This commit is contained in:
Adorian Doran 2025-02-03 23:11:37 +02:00
parent 4efc86b9a3
commit 4631298ad0

View File

@ -126,3 +126,28 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
border: 0 !important;
border-top: 1px solid var(--main-border-color) !important;
}
/*
* Search in text panel
*/
.find-replace-widget > div {
padding: 8px;
}
.find-replace-widget > div + div {
padding-top: 0;
}
/* The up / down buttons of the "Find in text" input */
.find-replace-widget .input-group button {
font-size: 1.3em;
}
.find-replace-widget .form-check {
padding-left: 0;
}
.find-replace-widget .form-check .form-check-input {
margin-left: 0;
}