Skip to content

Instantly share code, notes, and snippets.

@ryoakg
Created February 22, 2021 01:09
Show Gist options
  • Save ryoakg/ceed0fb3dde51613c13906f00d9bf93a to your computer and use it in GitHub Desktop.
Save ryoakg/ceed0fb3dde51613c13906f00d9bf93a to your computer and use it in GitHub Desktop.
Vivaldi quick command overlay style to inject browser.html
/* https://forum.vivaldi.net/topic/32459/adjustable-width-height-for-quick-command-dialog */
/* .quick-command-container {opacity:50%;} */
/* .quick-command-container .quick-commands > div > div {max-height: 100% !important;} */
/* .quick-command-container, .quick-command-container .quick-commands > div {min-height:86vh;} */
.quick-command-container, .quick-command-container .quick-commands > div {min-width:65vw; cursor: auto;}
.quick-command-container .quick-commands > div > div {max-width: 100% !important;}
.quick-command-container .quick-command {cursor: pointer;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment