forked from Ponysearch/Ponysearch
Merge pull request #486 from dalf/simple-mobile-pref-access
Simple theme: mobile layout: allow access to the preferences
This commit is contained in:
commit
90acb342d3
8 changed files with 36 additions and 16 deletions
|
@ -2516,6 +2516,10 @@ article.result-images .detail {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
#main_results #q:placeholder-shown ~ #send_search {
|
||||||
|
margin-right: 2.6rem;
|
||||||
|
transition: margin-right 0.1s;
|
||||||
|
}
|
||||||
.search_filters {
|
.search_filters {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0.8em 0;
|
margin: 0.8em 0;
|
||||||
|
@ -3170,10 +3174,12 @@ article[data-vim-selected].category-social {
|
||||||
margin: 2rem 0.5rem 0 0.5rem;
|
margin: 2rem 0.5rem 0 0.5rem;
|
||||||
}
|
}
|
||||||
#linkto_preferences {
|
#linkto_preferences {
|
||||||
display: none;
|
top: 0.8rem;
|
||||||
position: fixed !important;
|
right: 0.7rem;
|
||||||
top: 100px;
|
}
|
||||||
right: 0;
|
#main_index #linkto_preferences {
|
||||||
|
top: 0.5rem;
|
||||||
|
right: 0.5rem;
|
||||||
}
|
}
|
||||||
#results {
|
#results {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2516,6 +2516,10 @@ article.result-images .detail {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
#main_results #q:placeholder-shown ~ #send_search {
|
||||||
|
margin-right: 2.6rem;
|
||||||
|
transition: margin-right 0.1s;
|
||||||
|
}
|
||||||
.search_filters {
|
.search_filters {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0.8em 0;
|
margin: 0.8em 0;
|
||||||
|
@ -3170,10 +3174,12 @@ article[data-vim-selected].category-social {
|
||||||
margin: 2rem 0.5rem 0 0.5rem;
|
margin: 2rem 0.5rem 0 0.5rem;
|
||||||
}
|
}
|
||||||
#linkto_preferences {
|
#linkto_preferences {
|
||||||
display: none;
|
top: 0.8rem;
|
||||||
position: fixed !important;
|
right: 0.7rem;
|
||||||
top: 100px;
|
}
|
||||||
right: 0;
|
#main_index #linkto_preferences {
|
||||||
|
top: 0.5rem;
|
||||||
|
right: 0.5rem;
|
||||||
}
|
}
|
||||||
#results {
|
#results {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -195,6 +195,11 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main_results #q:placeholder-shown ~ #send_search {
|
||||||
|
margin-right: 2.6rem;
|
||||||
|
transition: margin-right 0.1s;
|
||||||
|
}
|
||||||
|
|
||||||
.search_filters {
|
.search_filters {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0.8em 0;
|
margin: 0.8em 0;
|
||||||
|
|
|
@ -724,10 +724,13 @@ article[data-vim-selected].category-social {
|
||||||
}
|
}
|
||||||
|
|
||||||
#linkto_preferences {
|
#linkto_preferences {
|
||||||
display: none;
|
top: 0.8rem;
|
||||||
position: fixed !important;
|
right: 0.7rem;
|
||||||
top: 100px;
|
}
|
||||||
right: 0;
|
|
||||||
|
#main_index #linkto_preferences {
|
||||||
|
top: 0.5rem;
|
||||||
|
right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#results {
|
#results {
|
||||||
|
|
Loading…
Reference in a new issue