[fix] position of engine description tooltip

This commit is contained in:
MrPaulBlack 2021-09-28 00:26:17 +02:00
parent a1a53859c2
commit 57f58f85bd
1 changed files with 5 additions and 1 deletions

View File

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