mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
chore: update margin bottom and dependencies
This commit is contained in:
parent
67e1f6cf8e
commit
d59c52b063
4 changed files with 723 additions and 135 deletions
|
@ -47,7 +47,7 @@
|
|||
"@unocss/preset-attributify": "66.1.0-beta.13",
|
||||
"@unocss/reset": "66.1.0-beta.13",
|
||||
"astro-eslint-parser": "^1.2.2",
|
||||
"eslint": "^9.25.1",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"lint-staged": "^15.5.1",
|
||||
"sharp": "^0.34.1",
|
||||
|
|
852
pnpm-lock.yaml
generated
852
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ const filteredHeadings = headings.filter(heading =>
|
|||
---
|
||||
|
||||
{filteredHeadings.length > 0 && (
|
||||
<div class="uno-round-border mb-6 bg-secondary/5 2xl:(fixed left-0 top-43.5 max-w-[min(calc(50vw-38rem),13rem)] border-none bg-transparent)">
|
||||
<div class="uno-round-border mb-4 bg-secondary/5 2xl:(fixed left-0 top-43.5 max-w-[min(calc(50vw-38rem),13rem)] border-none bg-transparent)">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="toc-toggle"
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
/* GitHub Card >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
|
||||
.gc-container {
|
||||
--at-apply: 'block mt-3 mb-6 px-5 py-4 overflow-x-auto uno-round-border bg-secondary/5 scrollbar-hidden';
|
||||
--at-apply: 'block mb-4 px-5 py-4 overflow-x-auto uno-round-border bg-secondary/5 scrollbar-hidden';
|
||||
--at-apply: 'transition-colors lg:(px-6 py-5) hover:(bg-secondary/10 c-primary)';
|
||||
}
|
||||
.gc-container::-webkit-scrollbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue