mnghsn / google-search-sidebar

A user script and user style to move Google search tools to sidebar.
MIT License
83 stars 11 forks source link

line heigh Issues #31

Closed rmmaniac closed 3 years ago

rmmaniac commented 3 years ago

Thank you for sharing this good program. I have a question about whether it is possible to modify the line-heigh. I tried it for several days without success. or Will you release a new version

mnghsn commented 3 years ago

Do you mean the height of the sidebar menu item? I will consider adding this feature to the next version. Currently you can add a padding property to .hdtbSel elements to modify the height.

rmmaniac commented 3 years ago

Thanks for reply I try add a padding property to .hdtbSel don't work for me sidebar take a lot of space(link below ),Looking forward to the new version release. Thanks https://imgbox.com/FsMDyRv3

rmmaniac commented 3 years ago

我參考舊有的css.(因不會上傳檔案,我email到你的gmail信箱) 加入以下代碼,目前看起來是ok.

hdtbMenus .hdtbSel,

#hdtbMenus .q {
    padding: 1px 0 1px 10px !important;
} 

但有另一問題,當點選如"過去一個月",整個sidebar會下移.你可修正嗎? 修正的連結圖片如下 https://imgbox.com/QbA6R5fb

rmmaniac commented 3 years ago

jmlntw大大 側邊欄點選後會移位,我加入以下代碼後ok,請參考看看

hdtbMenus.hdtb-td-o{

 margin-top: 52px !important;

}

mnghsn commented 3 years ago

This issue was closed because it has been stalled for a long time with no activity. Feel free to reopen this issue if you have further questions or suggestions.