[serendipity-cvs] [s9y/Serendipity] f2dc09: clean blog: Fix wide navbar floating far below the...

onli via php-blog-cvs <[email protected]> Thu, 06 Nov 2025 03:49:57 -0800
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/feature/cleanBlogFloatingFix/[email protected]>
  Branch: refs/heads/feature/cleanBlogFloatingFix
  Home:   https://github.com/s9y/Serendipity
  Commit: f2dc09620535f72a2cda52f90518dd27d6f43e49
      https://github.com/s9y/Serendipity/commit/f2dc09620535f72a2cda52f90518dd27d6f43e49
  Author: onli <[email protected]>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

  Changed paths:
    M templates/clean-blog/style.css

  Log Message:
  -----------
  clean blog: Fix wide navbar floating far below the top
When the navigation had many or long links, the right part gets placed below the left part of the header. In that case the translate3d approach did not work anymore, instead of the whole header appearing at the very top of the viewport it appeared with a big gap further below. Just setting the top property to 0 instead fixed this behaviour in my tests.



To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications