summaryrefslogtreecommitdiff
path: root/searx/static/plugins/css/vim_hotkeys.css
blob: 19745d94211a0545bec08e3b8d14df69c4a67f09 (plain)
1
2
3
4
5
6
7
8
9
.vim-hotkeys-help {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    overflow-y: auto;
    max-height: 80%;
}