You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "New note" button positioning is wrong if the page has no notes and so the "blank state" content is being shown:
Client configuration:
window.hypothesisConfig=function(){return{disableToolbarCloseBtn:false,disableToolbarMinimizeBtn: true,disableToolbarHighlightsBtn: true,disableToolbarNewNoteBtn: true,disableBucketBar: true,enableSidebarDropShadow: true,enableExperimentalNewNoteButton: true,enableCleanOnboardingTheme: true,theme: 'clean',usernameUrl: 'http://www.elife.org/user/',branding: {// Match the body's background color.appBackgroundColor: 'white',// Match the header's background and foreground colors.accentColor: '#0288d1',ctaBackgroundColor: '#0288d1',ctaTextColor: 'white',// Match the body text of the article.annotationFontFamily: 'serif',selectionFontFamily: 'serif',},showHighlights: 'whenSidebarOpen',};};
The text was updated successfully, but these errors were encountered:
The "New note" button positioning is wrong if the page has no notes and so the "blank state" content is being shown:
Client configuration:
The text was updated successfully, but these errors were encountered: