1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

[fix] position of engine description tooltip

This commit is contained in:
MrPaulBlack 2021-09-28 00:26:17 +02:00
parent a1a53859c2
commit 57f58f85bd

View File

@ -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;
}
}