adjust styles
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
a083334079
commit
4fca16ced1
@ -107,12 +107,14 @@ header {
|
||||
padding: 3px 10px 0;
|
||||
margin-right: auto;
|
||||
}
|
||||
#fcc_instantsearch {
|
||||
.ais-SearchBox-input {
|
||||
max-height: 30px;
|
||||
}
|
||||
.ais-SearchBox-form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ais-Hits {
|
||||
background-color: #fff;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
@ -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)
|
||||
*/
|
||||
max-height: calc(100vh - 38px);
|
||||
max-height: calc(100vh - 36px);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
@ -27,6 +27,6 @@ main {
|
||||
}
|
||||
|
||||
.app-wrapper {
|
||||
margin-top: 38px;
|
||||
min-height: calc(100vh - 38px);
|
||||
margin-top: 36px;
|
||||
min-height: calc(100vh - 36px);
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.challenge-preview, .challenge-preview-frame {
|
||||
height: calc(100vh - 40px);
|
||||
height: calc(100vh - 38px);
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@ -18,4 +18,4 @@
|
||||
|
||||
.disable-iframe {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user