Skip to content

Commit

Permalink
chore: merged 'apoorvlathey-fork/fixSearch' into mundanevision20-pyth…
Browse files Browse the repository at this point in the history
…on3-migration
  • Loading branch information
mundanevision20 authored Sep 21, 2024
1 parent 14e89ef commit aaf4cdc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions explainshell/web/static/css/es.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,20 @@ a {
width: 460px; /* necessary for right:0 to work at #themeSelector */
position: absolute;
top: -30px;
left: 240px;
left: 130px;
font-family: 'Berkshire Swash', cursive;
font-size: 24px;
}

#top-search {
width: 150px;
width: 260px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
position: relative;
top: -3px; /* looks a bit unaligned without this in chrome */
left: 0;
}

#top-search:focus {
left: -110px;
width: 260px;
}

#prevnext {
text-align: center;
padding-top: 10px;
Expand Down Expand Up @@ -166,7 +160,7 @@ a {
/* using a fixed margin-left doesn't work both
with and without the search bar in the menu */
position: absolute;
right: 0;
right: -110px;
margin-top: 5px;
font-family: "Courier New",Courier,Monaco,Menlo,Consolas,monospace;
font-size: 20px;
Expand Down

0 comments on commit aaf4cdc

Please sign in to comment.