Skip to content

Commit

Permalink
fix links issue in tablet view
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnkalk committed Jun 24, 2024
1 parent a06e5af commit 6efbb4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion searx/static/themes/simple/css/searxng-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searx/static/themes/simple/css/searxng-rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searx/static/themes/simple/css/searxng.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searx/static/themes/simple/css/searxng.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searx/static/themes/simple/src/less/style-center.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ on the /search URL and when the "center alignment" preference is enabled.

#search_header {
grid-template-columns: calc(50% - 4.5rem - var(--center-page-width) / 2) 3rem var(--center-page-width);
grid-template-areas: "na logo search" "na spacer categories";
grid-template-areas: "na logo search links" "na spacer categories space";
column-gap: 1.2rem; // from search.less
width: 100%;
padding-left: 0;
Expand Down

0 comments on commit 6efbb4a

Please sign in to comment.