mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-09-21 03:23:43 +02:00
Fix: page width for small screens
This commit is contained in:
@@ -121,6 +121,13 @@
|
|||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand h1 {
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* Brand actions */
|
/* Brand actions */
|
||||||
.brand__actions {
|
.brand__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -128,6 +135,7 @@
|
|||||||
gap: 0.4rem;
|
gap: 0.4rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand__auth {
|
.brand__auth {
|
||||||
@@ -276,6 +284,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 280px) {
|
||||||
|
.brand h1 {
|
||||||
|
font-size: 1.05rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
padding-top: 1.3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Subscribe dropdown ── */
|
/* ── Subscribe dropdown ── */
|
||||||
.rss-subscribe {
|
.rss-subscribe {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -1577,7 +1595,7 @@ th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site-search__input {
|
.site-search__input {
|
||||||
width: 9.3rem;
|
width: 9.4rem;
|
||||||
max-width: 32vw;
|
max-width: 32vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@@ -121,6 +121,13 @@
|
|||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand h1 {
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* Brand actions */
|
/* Brand actions */
|
||||||
.brand__actions {
|
.brand__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -128,6 +135,7 @@
|
|||||||
gap: 0.4rem;
|
gap: 0.4rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand__auth {
|
.brand__auth {
|
||||||
@@ -276,6 +284,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 280px) {
|
||||||
|
.brand h1 {
|
||||||
|
font-size: 1.05rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
padding-top: 1.3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Subscribe dropdown ── */
|
/* ── Subscribe dropdown ── */
|
||||||
.rss-subscribe {
|
.rss-subscribe {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -1577,7 +1595,7 @@ th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site-search__input {
|
.site-search__input {
|
||||||
width: 9.3rem;
|
width: 9.4rem;
|
||||||
max-width: 32vw;
|
max-width: 32vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user