searxng/searx/static/plugins/css/vim_hotkeys.css
2016-04-23 22:26:02 +06:00

9 lines
175 B
CSS

.vim-hotkeys-help {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999999;
overflow-y: auto;
max-height: 80%;
}