mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
fix api-version hidden issue (#136)
Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/136 Co-authored-by: kerwin612 <kerwin612@noreply.gitea.com> Co-committed-by: kerwin612 <kerwin612@noreply.gitea.com>
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* selectors like :first-of-type are for browsers those do not support :has */
|
/* selectors like :nth-of-type are for browsers those do not support :has */
|
||||||
@supports not (selector(:has(*))) {
|
@supports not (selector(:has(*))) {
|
||||||
.plugin-redoc [class*='searchBox'],
|
.plugin-redoc [class*='searchBox'],
|
||||||
.plugin-pages [class*='searchBox'] {
|
.plugin-pages [class*='searchBox'] {
|
||||||
@@ -165,8 +165,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 996px) {
|
@media (min-width: 996px) {
|
||||||
.plugin-redoc .navbar__item.dropdown:not(:first-of-type),
|
.plugin-redoc .navbar__item.dropdown:not(:nth-of-type(4)),
|
||||||
.plugin-pages .navbar__item.dropdown:not(:first-of-type) {
|
.plugin-pages .navbar__item.dropdown:not(:nth-of-type(4)) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user