aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-06-10 02:33:50 -0700
committerPhil Crosby2012-06-10 02:33:50 -0700
commitc86cda7e0ffbaa044c8b131e5726b1cce4c72ca6 (patch)
tree9c7740d2100f0f10bd2df31172ff0367185ef5ef
parent455dc91fe99c53b9c432d6f9fabb68ad6b445868 (diff)
downloadvimium-c86cda7e0ffbaa044c8b131e5726b1cce4c72ca6.tar.bz2
Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisy
-rw-r--r--vimium.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/vimium.css b/vimium.css
index 8372a8fa..58bb0151 100644
--- a/vimium.css
+++ b/vimium.css
@@ -328,7 +328,10 @@ body.vimiumFindMode ::selection {
overflow: hidden;
}
-#vomnibar li .url { color: #224684 !important; }
+#vomnibar li .url {
+ white-space: nowrap;
+ color: #224684 !important;
+}
#vomnibar li .match {
font-size: inherit !important;