Group Speed Dial 的评价
Group Speed Dial 作者: Juraj Mäsiar
Firefox 用户 14190224 的评价
评分 5 / 5
来自 Firefox 用户 14190224,6 年前Hello,
Long time i was searching for Speed dial like your's. Thank you for your work. The only option is missing for me is dial scrolling option, like group scrolling but for dials, couse i love big thumbnails and 12 dial on group is to small for me. Is there possibility to add dial scrolling?
Long time i was searching for Speed dial like your's. Thank you for your work. The only option is missing for me is dial scrolling option, like group scrolling but for dials, couse i love big thumbnails and 12 dial on group is to small for me. Is there possibility to add dial scrolling?
开发者回应
发布于 6 年前Hello,
I tried this recently, but It I was not satisfied with the result - I was not able to hide scrollbar properly.
However thanks to recent updates, you can now try it yourself.
Go to Options page, and to the field "Custom CSS styles:" enter this:
.dials > a > div {
overflow-y: scroll;
margin-right: -29px;
}
That will enable scrolling of the dials, plus hides the scrollbar.
Alternatively, if you want to see scrollbar and only when it's really needed (when the image is long enough), you can use this:
.dials > a > div {
overflow-y: auto;
}
I hope this helps :)
Best regards,
Juraj Mäsiar
I tried this recently, but It I was not satisfied with the result - I was not able to hide scrollbar properly.
However thanks to recent updates, you can now try it yourself.
Go to Options page, and to the field "Custom CSS styles:" enter this:
.dials > a > div {
overflow-y: scroll;
margin-right: -29px;
}
That will enable scrolling of the dials, plus hides the scrollbar.
Alternatively, if you want to see scrollbar and only when it's really needed (when the image is long enough), you can use this:
.dials > a > div {
overflow-y: auto;
}
I hope this helps :)
Best regards,
Juraj Mäsiar