MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 516: | Line 516: | ||
#gra-toggle { | #gra-toggle { | ||
position: fixed; | position: fixed; | ||
bottom: | bottom: 78px; | ||
right: 20px; | right: 20px; | ||
width: 48px; | width: 48px; | ||
| Line 640: | Line 640: | ||
FAB stack (bottom → top, right: 20px): | FAB stack (bottom → top, right: 20px): | ||
22px [📚] #se-docnav-btn docs navigator (siteNav.js) | 22px [📚] #se-docnav-btn docs navigator (siteNav.js) | ||
134px [↑] #se-scrolltop scroll to top (siteNav.js) | |||
78px [✎] #gra-toggle notes panel (gr_annotations.js) | |||
══════════════════════════════════════════════════════════════════ */ | ══════════════════════════════════════════════════════════════════ */ | ||
| Line 649: | Line 649: | ||
/* 134 = 22 + 48 + 8 + 44 + 8 ... actually: 22(btn) + 48(h) + 8(gap) + 48(h) + 8(gap) = 134 */ | /* 134 = 22 + 48 + 8 + 44 + 8 ... actually: 22(btn) + 48(h) + 8(gap) + 48(h) + 8(gap) = 134 */ | ||
#gra-toggle { | #gra-toggle { | ||
bottom: | bottom: 78px !important; | ||
right: 20px !important; | right: 20px !important; | ||
} | } | ||