chore: minor cleanup
This commit is contained in:
parent
16b6e2163b
commit
ef6987da19
6 changed files with 11 additions and 14 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.4.5",
|
"version": "19.4.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.4.5",
|
"version": "19.4.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
@ -532,9 +532,9 @@
|
||||||
"peer": true
|
"peer": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "20.14.3",
|
"version": "20.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.3.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.4.tgz",
|
||||||
"integrity": "sha512-Nuzqa6WAxeGnve6SXqiPAM9rA++VQs+iLZ1DDd56y0gdvygSZlQvZuvdFPR3yLqkVxPu4WrO02iDEyH1g+wazw==",
|
"integrity": "sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.4.5",
|
"version": "19.4.6",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
gap: var(--sizing-md);
|
gap: var(--sizing-md);
|
||||||
|
|
||||||
|
@ -24,8 +23,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-button-container,
|
.menu-button-container {
|
||||||
theme-toggle {
|
|
||||||
margin-left: var(--sizing-md)
|
margin-left: var(--sizing-md)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,14 +82,10 @@ theme-toggle {
|
||||||
margin-top: calc(var(--sizing-3xl) * 2.25);
|
margin-top: calc(var(--sizing-3xl) * 2.25);
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0;
|
gap: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: var(--sizing-sm) 0;
|
padding: var(--sizing-sm) 0;
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
theme-toggle {
|
theme-toggle {
|
||||||
|
display: flex;
|
||||||
width: var(--sizing-svg-base);
|
width: var(--sizing-svg-base);
|
||||||
height: var(--sizing-svg-base);
|
height: var(--sizing-svg-base);
|
||||||
display: flex;
|
margin-left: var(--sizing-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-toggle {
|
.theme-toggle {
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
&.title {
|
&.title {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sub-meta {
|
&.sub-meta {
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
|
|
||||||
&.title {
|
&.title {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sub-meta {
|
&.sub-meta {
|
||||||
|
|
Reference in a new issue