1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00

[simple] improve margin of #linkto_preferences

Co-authored-by: Paul Braeuning <paul@paulgo.io>
This commit is contained in:
Martin Fischer 2022-02-01 06:19:45 +01:00
parent 743353dd09
commit b6200563ba
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
#main_index { #main_index {
margin-top: 26vh; margin-top: 26vh;
#linkto_preferences {
.ltr-right(1.8rem);
}
} }
.index { .index {

View File

@ -576,7 +576,7 @@ article[data-vim-selected].category-social {
#linkto_preferences { #linkto_preferences {
position: absolute; position: absolute;
.ltr-right(10px); .ltr-right(1.8rem);
top: 2.2rem; top: 2.2rem;
padding: 0; padding: 0;
border: 0; border: 0;