Fix: buttons gap

This commit is contained in:
hyzen
2026-06-05 17:15:25 +05:30
parent 9e3794d584
commit 74fb5d0491
2 changed files with 422 additions and 424 deletions

View File

@@ -137,8 +137,6 @@
position: relative;
}
/* Auth links base */
.auth-link {
display: inline-flex;
@@ -262,7 +260,7 @@
position: absolute;
bottom: 100%;
right: 0;
margin-bottom: -0.297rem;
margin-bottom: -0.2rem;
}
.brand__auth-toggle,
@@ -277,11 +275,8 @@
padding: 0 0.4rem;
height: 1.75rem !important;
}
}
/* ── Subscribe dropdown ── */
.rss-subscribe {
position: relative;
@@ -303,7 +298,10 @@
font-family: inherit;
line-height: 1.4;
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease;
}
.rss-subscribe__btn svg {
@@ -729,7 +727,10 @@
flex-direction: column;
align-items: center;
gap: 0.6rem;
transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease;
transition:
background 0.18s ease,
color 0.18s ease,
transform 0.15s ease;
text-align: center;
cursor: pointer;
}
@@ -846,8 +847,6 @@
color: var(--foreground-color);
}
/* Reset native button styles + force subscribe-button dimensions on logged-in user button */
.brand__auth-user-btn {
-webkit-appearance: none !important;

View File

@@ -137,8 +137,6 @@
position: relative;
}
/* Auth links base */
.auth-link {
display: inline-flex;
@@ -262,7 +260,7 @@
position: absolute;
bottom: 100%;
right: 0;
margin-bottom: -0.297rem;
margin-bottom: -0.2rem;
}
.brand__auth-toggle,
@@ -277,11 +275,8 @@
padding: 0 0.4rem;
height: 1.75rem !important;
}
}
/* ── Subscribe dropdown ── */
.rss-subscribe {
position: relative;
@@ -303,7 +298,10 @@
font-family: inherit;
line-height: 1.4;
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease;
}
.rss-subscribe__btn svg {
@@ -729,7 +727,10 @@
flex-direction: column;
align-items: center;
gap: 0.6rem;
transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease;
transition:
background 0.18s ease,
color 0.18s ease,
transform 0.15s ease;
text-align: center;
cursor: pointer;
}
@@ -846,8 +847,6 @@
color: var(--foreground-color);
}
/* Reset native button styles + force subscribe-button dimensions on logged-in user button */
.brand__auth-user-btn {
-webkit-appearance: none !important;