Skip to content

Commit aaf4cdc

Browse files
chore: merged 'apoorvlathey-fork/fixSearch' into mundanevision20-python3-migration
1 parent 14e89ef commit aaf4cdc

File tree

1 file changed

+3
-9
lines changed
  • explainshell/web/static/css

1 file changed

+3
-9
lines changed

explainshell/web/static/css/es.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,26 +115,20 @@ a {
115115
width: 460px; /* necessary for right:0 to work at #themeSelector */
116116
position: absolute;
117117
top: -30px;
118-
left: 240px;
118+
left: 130px;
119119
font-family: 'Berkshire Swash', cursive;
120120
font-size: 24px;
121121
}
122122

123123
#top-search {
124-
width: 150px;
124+
width: 260px;
125125
-webkit-transition: all .5s ease;
126126
-moz-transition: all .5s ease;
127127
transition: all .5s ease;
128128
position: relative;
129-
top: -3px; /* looks a bit unaligned without this in chrome */
130129
left: 0;
131130
}
132131

133-
#top-search:focus {
134-
left: -110px;
135-
width: 260px;
136-
}
137-
138132
#prevnext {
139133
text-align: center;
140134
padding-top: 10px;
@@ -166,7 +160,7 @@ a {
166160
/* using a fixed margin-left doesn't work both
167161
with and without the search bar in the menu */
168162
position: absolute;
169-
right: 0;
163+
right: -110px;
170164
margin-top: 5px;
171165
font-family: "Courier New",Courier,Monaco,Menlo,Consolas,monospace;
172166
font-size: 20px;

0 commit comments

Comments
 (0)