Update: cosmetic fix

This commit is contained in:
hyzen
2026-06-06 19:43:58 +05:30
parent 74fb5d0491
commit f758fc8bac
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,6 @@
@media (max-width: 600px) { @media (max-width: 600px) {
/* Profile button: sit above the subscribe button, right-aligned to it */ /* Profile button: sit above the subscribe button, right-aligned to it */
.brand__actions { .brand__actions {
gap: 0.16rem;
position: relative; position: relative;
} }
@@ -470,6 +469,7 @@
cursor: pointer; cursor: pointer;
line-height: 1; line-height: 1;
transition: opacity 0.2s ease; transition: opacity 0.2s ease;
margin-right: -0.25rem;
} }
.theme-toggle:hover { .theme-toggle:hover {

View File

@@ -252,7 +252,6 @@
@media (max-width: 600px) { @media (max-width: 600px) {
/* Profile button: sit above the subscribe button, right-aligned to it */ /* Profile button: sit above the subscribe button, right-aligned to it */
.brand__actions { .brand__actions {
gap: 0.16rem;
position: relative; position: relative;
} }
@@ -470,6 +469,7 @@
cursor: pointer; cursor: pointer;
line-height: 1; line-height: 1;
transition: opacity 0.2s ease; transition: opacity 0.2s ease;
margin-right: -0.25rem;
} }
.theme-toggle:hover { .theme-toggle:hover {