mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 07:22:17 +02:00
Fix: buttons gap
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -817,7 +818,7 @@
|
||||
background: var(--background-color);
|
||||
border: 1px solid var(--background-color1);
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 16px rgba(0,0,0,0.18);
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
|
||||
min-width: 110px;
|
||||
z-index: 100;
|
||||
overflow: hidden;
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -817,7 +818,7 @@
|
||||
background: var(--background-color);
|
||||
border: 1px solid var(--background-color1);
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 16px rgba(0,0,0,0.18);
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
|
||||
min-width: 110px;
|
||||
z-index: 100;
|
||||
overflow: hidden;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user