mirror of
https://github.com/searxng/searxng.git
synced 2025-01-11 02:45:31 +00:00
[fix] position of engine description tooltip
This commit is contained in:
parent
a1a53859c2
commit
57f58f85bd
1 changed files with 5 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
th.name {
|
th.name {
|
||||||
.engine-tooltip {
|
.engine-tooltip {
|
||||||
margin-top: 1.8rem;
|
margin-top: 1.8rem;
|
||||||
left: 20rem;
|
left: calc((100% - 85em) / 2 + 10em);
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
|
|
||||||
.engine-description {
|
.engine-description {
|
||||||
|
@ -126,4 +126,8 @@
|
||||||
.preferences_back {
|
.preferences_back {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.engine-tooltip {
|
||||||
|
left: 10em !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue