blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

commit ec207f9ec63ba2ef6f501167c7373c5ff17d588a
parent 9e4447e04b953f70def211666349bd337e8bce00
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Sun, 20 Apr 2025 00:16:44 +0800

Make navbar dots extend past screen

Diffstat:
Mlayouts/templates/base.shtml | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml @@ -217,8 +217,12 @@ ul, ol, dl, menu { padding-block: 3px 12px; } +#base-header { + overflow: hidden; +} + #base-header-rule { - margin-inline: 15px; + margin-inline: -10px; margin-block-end: 30px; border-block-start: 10px dotted lightpink; }