First: Thanks for the wonderful script. Works as intended. Just a few r###lts are misbehaving ("Translate this site" > "Diese Seite übersetzen"), because Google fixes the max width of the r###lts to 632px. So if URLs are too long, "Translate this site" and the arrow for the cached r###lt are wrapping one line down.
max-content (for my fix) breaks things like videos, images, etc. displayed by the r###lts itself, so it has to be a value, fitting for most displays and don't wrap.
Maybe you can verify it's good and include it? :)
Thanks again for your script.
P.S.: I don't know, if the fix is needed for Chrome too. I use Firefox (latest stable).
Edit: Changed width to 900px, because mouseover expands and wrapping again was once a thing.Edit2: Live answers got into the r###lts. Fixed.Edit3: margin-left fixed to 1075px. Some r###lts were still colliding.
Tiny fix for multilingual support
First: Thanks for the wonderful script. Works as intended. Just a few r###lts are misbehaving ("Translate this site" > "Diese Seite übersetzen"), because Google fixes the max width of the r###lts to 632px. So if URLs are too long, "Translate this site" and the arrow for the cached r###lt are wrapping one line down.
I fixed it myself by inserting:
#cnt #center_col {width: 900px}.mw #rhs {margin-left: 1075px}
after
.url-restore-userscript-HOVER .url-restore-userscript-dropdownArrow {position: absolute;}
max-content (for my fix) breaks things like videos, images, etc. displayed by the r###lts itself, so it has to be a value, fitting for most displays and don't wrap.
Maybe you can verify it's good and include it? :)
Thanks again for your script.
P.S.: I don't know, if the fix is needed for Chrome too. I use Firefox (latest stable).
Edit: Changed width to 900px, because mouseover expands and wrapping again was once a thing.Edit2: Live answers got into the r###lts. Fixed.Edit3: margin-left fixed to 1075px. Some r###lts were still colliding.