Skip to content

Commit

Permalink
file: remove the space between the menu & the search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofshiva committed Feb 12, 2025
1 parent 96a1515 commit 392cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbp-cabinet-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class CabinetSearch extends ScopedElementsMixin(DBPCabinetLitElement) {
${getPaginationCSS()}
.result-container {
margin-top: 1em;
margin-top: 0;
display: grid;
grid-template-columns: 24em minmax(0, 1fr);
grid-template-areas: "empty header" "sidebar main";
Expand Down

0 comments on commit 392cb87

Please sign in to comment.