mirror of
https://github.com/searxng/searxng.git
synced 2026-05-26 04:40:12 +02:00
[simple theme] selection ui with border
* remove vim arrow * add 1rem padding to results * add 0.2rem left border to vim selected article * set column gap to 1.2rem and make search bar in line with results * put 10px border-radius selected article * result article: 0.125rem margin on tablet and esktop; 1rem margin on phone
This commit is contained in:
committed by
Alexandre Flament
parent
cfea51f40f
commit
9ddcd62464
@@ -3,12 +3,12 @@
|
||||
*/
|
||||
|
||||
#search {
|
||||
padding: 1.5em 2em 0 @results-offset - 4rem;
|
||||
padding: 1.5em 2em 0 @results-offset - 3rem;
|
||||
margin: 0;
|
||||
background: var(--color-header-background);
|
||||
border-bottom: 1px solid var(--color-header-border);
|
||||
display: grid;
|
||||
column-gap: 1rem;
|
||||
column-gap: 1.2rem;
|
||||
row-gap: 1rem;
|
||||
grid-template-columns: 3rem 1fr;
|
||||
grid-template-areas:
|
||||
|
||||
Reference in New Issue
Block a user