Jump to content

Switched back - bonus left whitespace


laird

Recommended Posts

Evernote web bumped forward to the new look and it broke my userscript that hides the hoverlink.

(function() {
    'use strict';

    GM_addStyle(`
        #gwt-debug-FloatingLinkBar-root {
            visibility: hidden !important;
        }
    `);
})();

So that's a drag.  I bumped back to the older version and discovered a bunch of bonus whitespace on the left hand side.  Really odd.

I wouldn't mind moving forward to the new version but that darn hoverlink drives me nuts.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...