Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-valim committed Jan 9, 2024
1 parent 92e455f commit 8f57874
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 27 deletions.
7 changes: 0 additions & 7 deletions assets/css/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,6 @@
}
}

@media (min-width: 768px) and (max-width: 1023px) {

.autocomplete {
width: 81%;
}
}

@media (max-width: 1023px) {
.autocomplete-results {
gap: 0;
Expand Down
9 changes: 3 additions & 6 deletions assets/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,17 @@ body.sidebar-closed .sidebar-button {
}

@media screen and (max-width: 768px) {
.content {
margin-top: 30px;
}

.content,
.content,
body.sidebar-opening .content {
left: 0;
width: 100%;
}

.content-inner {
padding-top: 13px;
padding-top: 43px;
padding-bottom: 26px;
overflow-x: auto;

}

body.sidebar-closed .sidebar-button {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/search-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function isMacOS () {
return /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)
}

let lastScrollTop = 0
let lastScrollTop = window.scrollY
const topSearch = document.querySelector('.top-search')
const sidebarMenu = document.getElementById('sidebar-menu')
const backgroundLayer = document.querySelector('.background-layer')
Expand Down

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions formatters/html/dist/html-elixir-OJ363GVZ.css

This file was deleted.

6 changes: 6 additions & 0 deletions formatters/html/dist/html-elixir-OX6HFLA4.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions formatters/html/dist/html-erlang-JKZBLDAE.css

This file was deleted.

6 changes: 6 additions & 0 deletions formatters/html/dist/html-erlang-XUY32CF7.css

Large diffs are not rendered by default.

0 comments on commit 8f57874

Please sign in to comment.