12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- html,body,#kui-app {
- overflow:hidden;
- width:100%;
- height:100%;
- }
- .kui-list.kui-list-type_1 li {
- height:auto;
- }
- .kui-input-holder {
- height:auto;
- }
- .searx_logo {
- width:90%;
- margin:5%;
- margin-top:10%;
- }
- #autocomplete {
- height:calc(100% - 142px);
- }
- #results {
- height:calc(100% - 86px);
- }
- #settings {
- overflow-y:auto;
- height:calc(100% - 58px);
- }
- #settings_option {
- height:calc(100% - 58px);
- }
- #autocomplete_list,#result_list,#settings_option_list {
- overflow-y:auto;
- height:calc(100% - 28px);
- }
- #autocomplete_list li div,
- #result_list li div {
- width:100%;
- overflow:hidden;
- }
- #results .result_url {
- white-space:nowrap;
- overflow:hidden;
- }
- #settings .set_engines .kui-sec {
- white-space:nowrap;
- overflow:hidden;
- }
- #results .image_result {
- height:100%;
- padding:0;
- background-color:#FFFFFF;
- }
- #results .image_result div {
- height:100%;
- background-repeat:no-repeat;
- background-position:center;
- background-size:contain;
- }
- .loading {
- height:50px;
- margin-top:30%;
- }
- .instance_sel .kui-radio + label::before {
- margin-top:10px;
- }
- #no_results {
- padding-top:10%;
- }
- #no_results img {
- width:100px;
- }
|