Closed achilleas-k closed 8 years ago
You only need:
#cVim-command-bar {
height: 45px !important;
}
#cVim-command-bar span, #cVim-command-bar input {
height: auto !important;
padding-top: 0.4em !important;
}
#cVim-command-bar-search-results {
bottom: 45px !important;
}
That is perfect. Thank you.
I like having the command bar at the bottom, but as mentioned in #22, when the mouse pointer is hovering over a link, the URL at the bottom covers the bar. I'm thinking that doubling the command bar's height would solve this issue, but I'm not sure how to make it happen using the user CSS configuration. I can get the bar to double height by changing the bar height to 40px from 20:
The problem with this is the command text is in the middle of the command bar (though the prompt
:
is at the top). How do I get the text to appear at the top of the command bar?EDIT: Image attached