mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
* chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38 Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) from 0.3.36 to 0.3.38. - [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases) - [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.36...v0.3.38) --- updated-dependencies: - dependency-name: prettier-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: fixed prettier warnings Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arthurfiorette <arthur.fiorette@gmail.com>
39 lines
671 B
CSS
39 lines
671 B
CSS
/* section.cover.show {
|
|
height: 95vh;
|
|
}
|
|
|
|
#edit-this-page {
|
|
font-size: small;
|
|
padding: 0.5rem;
|
|
border-radius: 0.2rem;
|
|
}
|
|
|
|
#edit-this-page:hover {
|
|
background-color: rgba(0, 0, 0, 0.17);
|
|
}
|
|
|
|
.separator {
|
|
margin-left: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
font-size: larger;
|
|
}
|
|
|
|
input[type='search'] {
|
|
margin: 0.5rem !important;
|
|
border-radius: 1rem;
|
|
|
|
box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1) !important;
|
|
border: 0.1rem solid rgba(0, 0, 0, 0.1) !important;
|
|
}
|
|
|
|
input[type='search']:focus {
|
|
box-shadow: 0 0 0.3rem var(--theme-color) !important;
|
|
border: 0.1rem solid var(--theme-color) !important;
|
|
}
|
|
*/
|
|
|
|
article,
|
|
p {
|
|
max-width: min(90vw, 70rem) !important;
|
|
}
|