Open ghost opened 2 years ago
Like this snapshot:
Show Advanced Options
, then click it; (do nothing if not)CSS for Vimium UI
"margin-top: -15px;
just like what the snapshot doesBut this method can not implement "if the tip's postion is in top edge, don't move to the edge of the outside"
Thank you! It's very useful to me!
Like this snapshot:
- open Vimium Options
- if the button at Place (1) is
Show Advanced Options
, then click it; (do nothing if not)- Scroll down to the bottom, and find Place (2) "
CSS for Vimium UI
"- add
margin-top: -15px;
just like what the snapshot doesBut this method can not implement "if the tip's postion is in top edge, don't move to the edge of the outside"
There are some trouble.
This method is only valid in Vimium Option Page (chrome-extension://dbepggeogbaibhgnhhndojpepiihcmeb/pages/options.html)
When I switch other web, it don't work.
I have reloaded page and restarted Chrome.
Hope to get your help again!
Have you clicked the Save Options
button after you added margin-top: 12px
? And, CSS changes only take effects on a tab after you reload the tab.
Just now I reproduced your change and it worked after I reloaded a tab of bing.com :
Describe the bug Press 'f', all tips will cover all clickable links display text. How can I change tips position?
To Reproduce Steps to reproduce the behavior:
Include a screenshot if applicable.
I hope all tips move up 15px. (if the tip's postion is in top edge, don't move to the edge of the outside) just like this:
So, What should I do?
Hope to get your help!