Skip to content

Commit

Permalink
Better align kiwix-serve welcome page filters
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 20, 2022
1 parent 2b6da38 commit 5aa74c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions static/skin/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ body {
.kiwixNav {
background-color: #f4f6f8;
width: 100%;
padding: 20px 11vw 25px;
height: 140px;
padding: 20px;
}

.kiwixHomeBody__results {
Expand All @@ -41,7 +40,7 @@ body {
display: grid;
grid-gap: 20px;
grid-template-columns: 231px 231px;
margin: 10px 0;
margin: 0 0 10px;
}

.kiwixNav__kiwixFilter {
Expand Down Expand Up @@ -102,7 +101,7 @@ body {

.kiwixSearch {
height: 35px;
width: 229px;
width: 231px;
border-radius: 10px;
border: solid 1px #b5b2b2;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion test/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ R"EXPECTEDRESULT( src="/ROOT/skin/jquery-ui/external/jquery/jquery.js?cache
src="/ROOT/skin/jquery-ui/jquery-ui.min.js?cacheid=d927c2ff"
href="/ROOT/skin/jquery-ui/jquery-ui.min.css?cacheid=e1de77b3"
href="/ROOT/skin/jquery-ui/jquery-ui.theme.min.css?cacheid=2a5841f9"
href="/ROOT/skin/index.css?cacheid=dff64da8"
href="/ROOT/skin/index.css?cacheid=56e818cd"
src: url("/ROOT/skin/fonts/Poppins.ttf?cacheid=af705837") format("truetype");
src: url("/ROOT/skin/fonts/Roboto.ttf?cacheid=84d10248") format("truetype");
<script src="/ROOT/skin/isotope.pkgd.min.js?cacheid=2e48d392" defer></script>
Expand Down

0 comments on commit 5aa74c6

Please sign in to comment.