From f758fc8bace5c5acd81c356ccf2bb67199e2ca86 Mon Sep 17 00:00:00 2001 From: hyzen Date: Sat, 6 Jun 2026 19:43:58 +0530 Subject: [PATCH] Update: cosmetic fix --- docs/css/custom.css | 2 +- static/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 2766933..fc87210 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -252,7 +252,6 @@ @media (max-width: 600px) { /* Profile button: sit above the subscribe button, right-aligned to it */ .brand__actions { - gap: 0.16rem; position: relative; } @@ -470,6 +469,7 @@ cursor: pointer; line-height: 1; transition: opacity 0.2s ease; + margin-right: -0.25rem; } .theme-toggle:hover { diff --git a/static/css/custom.css b/static/css/custom.css index 2766933..fc87210 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -252,7 +252,6 @@ @media (max-width: 600px) { /* Profile button: sit above the subscribe button, right-aligned to it */ .brand__actions { - gap: 0.16rem; position: relative; } @@ -470,6 +469,7 @@ cursor: pointer; line-height: 1; transition: opacity 0.2s ease; + margin-right: -0.25rem; } .theme-toggle:hover {