Skip to content

Commit

Permalink
Merge pull request neos#3809 from neos/bugfix/searchbox-width
Browse files Browse the repository at this point in the history
BUGFIX: Let document tree searchbox scale with sidebar width
  • Loading branch information
Sebobo authored Jun 26, 2024
2 parents 9badb26 + 6322dd9 commit 2b5d9d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.searchInput {
flex: 1;
& input {
/* magic number, sorry */
padding-left: var(--spacing-GoldenUnit);
Expand Down Expand Up @@ -27,9 +28,9 @@

.wrapper {
display: flex;
flex: 1;
border-right: 1px solid var(--colors-ContrastDark);
position: relative;
width: calc((var(--size-SidebarWidth) / 2) - var(--spacing-Quarter));
}

.wrapper--focused {
Expand Down

0 comments on commit 2b5d9d2

Please sign in to comment.