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

onli via php-blog-cvs <[email protected]> Thu, 06 Nov 2025 07:25:48 -0800
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/s9y/Serendipity
  Commit: 19031c27a053891a6ccfdc2cebdcb3988766f4b9
      https://github.com/s9y/Serendipity/commit/19031c27a053891a6ccfdc2cebdcb3988766f4b9
  Author: onli <[email protected]>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

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

  Log Message:
  -----------
  clean blog: Fix wide navbar floating far below the top (#939)

* 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.

* document changes



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