Skip to content

Instantly share code, notes, and snippets.

@t-f-m
Created September 11, 2011 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-f-m/1209259 to your computer and use it in GitHub Desktop.
Save t-f-m/1209259 to your computer and use it in GitHub Desktop.
LDRizeの#gm_ldrize_pinlistの横幅を制限
diff --git a/LDRize.user.js b/LDRizeB.user.js
index 2ba446f..aae6571 100644
--- a/LDRize.user.js
+++ b/LDRizeB.user.js
@@ -345,6 +345,7 @@ LDRize.prototype = {
if(CSS_HIGHLIGHT_LINK) css += "\n.gm_ldrize_link {" + CSS_HIGHLIGHT_LINK + "}";
if(CSS_HIGHLIGHT_PINNED) css += "\n.gm_ldrize_pinned {" + CSS_HIGHLIGHT_PINNED + "}";
css += ".gm_ldrize_iframe { min-height:200px; position:fixed; bottom:0px; left:0px; right:0px; }";
+ css += "#gm_ldrize_pinlist { max-width:300px; }";
return css;
},
initPinList: function(){
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment