Created
February 22, 2021 01:09
-
-
Save ryoakg/ceed0fb3dde51613c13906f00d9bf93a to your computer and use it in GitHub Desktop.
Vivaldi quick command overlay style to inject browser.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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