Fix: Move tooltips in from right

This commit is contained in:
Chris Hunt 2022-11-23 09:42:33 +00:00
parent ffc736ada6
commit a90bcb1151
3 changed files with 3 additions and 3 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=bd6300f4053e161d18e8",
"/css/app.css": "/css/app.css?id=6ea3c72e541d7d5e9826",
"/js/app.js": "/js/app.js?id=c15b7d6018358ee45de9"
}

View file

@ -207,7 +207,7 @@ body {
right: 55px;
padding: 10px 15px;
line-height: 1.2;
transform: translate(-20px, 50%);
transform: translate(200px, 50%);
white-space: nowrap;
&.active {
transform: translate(0, 50%);