mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-11 23:19:14 +08:00
hide timeline title on mobile
This commit is contained in:
parent
1a01e64cb5
commit
74d82cad0e
1 changed files with 6 additions and 0 deletions
|
@ -84,4 +84,10 @@ margin-left: 1em;
|
||||||
color: var(--selectedMenuText, $fallback--text);
|
color: var(--selectedMenuText, $fallback--text);
|
||||||
--lightText: var(--selectedMenuLightText, $fallback--lightText);
|
--lightText: var(--selectedMenuLightText, $fallback--lightText);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 900px) {
|
||||||
|
.timeline-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue