adjust symlink symbol position

This commit is contained in:
joshuaboud 2021-05-28 15:53:57 -03:00
parent 8633f4ebd1
commit 002af480e2
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
1 changed files with 2 additions and 2 deletions

View File

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