Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/docsearch-css/src/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
margin: 0 0 0 16px;
padding: 0 8px;
user-select: none;
width: 155px;
Comment thread
shortcuts marked this conversation as resolved.
Outdated
}

.DocSearch-Button:hover,
Expand Down Expand Up @@ -62,6 +63,10 @@
}

@media (max-width: 750px) {
.DocSearch-Button {
width: auto;
Comment thread
shortcuts marked this conversation as resolved.
Outdated
}

.DocSearch-Button-KeySeparator,
.DocSearch-Button-Key {
display: none;
Expand Down