Before |
After |
IMPORTANT: There's a reported bug in the tweak that affects users with long list of Archive gadget (and possibly any other long gadgets that require a scrollbar).. If you have a long gadget, you should skip this tweak until the bug is fixed.
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| .gadget-container { -moz-transition: left 0.15 s ease-in-out 0 s, opacity 0.15 s ease-in-out 0 s !important ; -webkit-transition: left 0.15 s ease-in-out 0 s, opacity 0.15 s ease-in-out 0 s !important ; -ms-transition: left 0.15 s ease-in-out 0 s, opacity 0.15 s ease-in-out 0 s !important ; -o-transition: left 0.15 s ease-in-out 0 s, opacity 0.15 s ease-in-out 0 s !important ; margin-right : 100% !important ; right : -100px !important ; left : 0px !important ; } .gadget-container:hover, .gadget-item.ss:hover, .gadget-item:hover .gadget-container, .gadget-selected .gadget-container { right : auto !important ; } #gadget-dock:hover, #gadget-dock.gadget-notifying, #gadget-dock.gadget-opening{ left : 0px !important ; } #gadget-dock { -moz-transition: left 0.15 s ease-in-out 0 s; -webkit-transition: left 0.15 s ease-in-out 0 s; -ms-transition: left 0.15 s ease-in-out 0 s; -o-transition: left 0.15 s ease-in-out 0 s; left : -40px ; } |
Extra: Force gadget to stay visible
If you want your gadgets to remain visible, please refer to tweak in the following post:
Force Gadgets to Stay Visible in Blogger Dynamic Views
If you want your gadgets to remain visible, please refer to tweak in the following post:
Force Gadgets to Stay Visible in Blogger Dynamic Views
No comments:
Post a Comment