forked from zaclys/searxng
[fix] position of engine description tooltip
This commit is contained in:
parent
a1a53859c2
commit
57f58f85bd
|
@ -112,7 +112,7 @@
|
|||
th.name {
|
||||
.engine-tooltip {
|
||||
margin-top: 1.8rem;
|
||||
left: 20rem;
|
||||
left: calc((100% - 85em) / 2 + 10em);
|
||||
max-width: 40rem;
|
||||
|
||||
.engine-description {
|
||||
|
@ -126,4 +126,8 @@
|
|||
.preferences_back {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.engine-tooltip {
|
||||
left: 10em !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue