Merge pull request #5 from 45Drives/dev-josh

adjust symlink symbol position
This commit is contained in:
Josh Boudreau 2021-05-28 15:54:23 -03:00 committed by GitHub
commit f66ccd4632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ input[type="text"] {
position: absolute;
color: var(--symlink-symbol-color);
font-size: 12pt;
bottom: 18%;
bottom: 19%;
right: 15%;
}
@ -236,7 +236,7 @@ input[type="text"] {
position: absolute;
color: var(--symlink-symbol-color);
font-size: 12pt;
bottom: 8%;
bottom: 6%;
right: 25%;
}