Fix: Move tooltips in from right
This commit is contained in:
parent
ffc736ada6
commit
a90bcb1151
3 changed files with 3 additions and 3 deletions
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/mix-manifest.json
generated
2
public/mix-manifest.json
generated
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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%);
|
||||
|
|
Loading…
Reference in a new issue