adjust styles

This commit is contained in:
ValeraS
2018-09-14 16:03:25 +03:00
committed by Mrugesh Mohapatra
parent a083334079
commit 4fca16ced1
3 changed files with 9 additions and 7 deletions

View File

@ -107,12 +107,14 @@ header {
padding: 3px 10px 0; padding: 3px 10px 0;
margin-right: auto; margin-right: auto;
} }
#fcc_instantsearch { .ais-SearchBox-input {
max-height: 30px; max-height: 30px;
} }
.ais-SearchBox-form { .ais-SearchBox-form {
margin-bottom: 0; margin-bottom: 0;
} }
.ais-Hits { .ais-Hits {
background-color: #fff; left: 0;
right: 0;
margin: 0 auto;
} }

View File

@ -12,7 +12,7 @@ main {
/* /*
Note(renojvarghese): had to put a max-height because max-height was removed from app-wrapper (has background of #333 in night mode) Note(renojvarghese): had to put a max-height because max-height was removed from app-wrapper (has background of #333 in night mode)
*/ */
max-height: calc(100vh - 38px); max-height: calc(100vh - 36px);
overflow-y: scroll; overflow-y: scroll;
} }
@ -27,6 +27,6 @@ main {
} }
.app-wrapper { .app-wrapper {
margin-top: 38px; margin-top: 36px;
min-height: calc(100vh - 38px); min-height: calc(100vh - 36px);
} }

View File

@ -6,7 +6,7 @@
} }
.challenge-preview, .challenge-preview-frame { .challenge-preview, .challenge-preview-frame {
height: calc(100vh - 40px); height: calc(100vh - 38px);
width: 100%; width: 100%;
padding: 0; padding: 0;
margin: 0; margin: 0;