Skip to content

Conversation

@LightDestory
Copy link

  • Added sticky property to navigator
  • Removed double navigator, now it is sticky
  • Added the possibility to add hard-codded defaults themes
  • Added Webtoon theme

Added sticky property to navigator
Removed double navigator, now it is sticky
Added the possibility to add hard-codded defaults themes
Added Webtoon theme
var settings = '<table><tr><td>';
// Custom CSS
var cssProfiles = storeGet('ml-setting-css-profiles');
preloadProfiles(cssProfiles);
Copy link
Owner

@fuzetsu fuzetsu Jun 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This call needs to be after the following if that creates the default profile or it will crash on a fresh install (since cssProfiles will be undefined).

'position': 'relative'
}, '.ml-counter'),
navdivCss = toStyleStr({
'position': 'sticky',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how I feel about the sticky nav, it overlaps the image and kind of distracts a bit.

@fuzetsu
Copy link
Owner

fuzetsu commented Jun 1, 2018

Thanks for the contribution, and sorry for the incredibly late review...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants