1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 01:46:51 +01:00

header fixes, regenerate darwin snapshots

This commit is contained in:
Matthias Kretschmann 2023-11-05 20:59:13 +00:00
parent 6eac1f251a
commit b5c2f470dc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
14 changed files with 20 additions and 19 deletions

View File

@ -10,7 +10,6 @@ const { props } = Astro
position: relative; position: relative;
transform: rotate(0deg); transform: rotate(0deg);
cursor: pointer; cursor: pointer;
margin-top: calc(var(--spacer) / 2);
} }
.line { .line {
@ -57,11 +56,7 @@ const { props } = Astro
} }
.button { .button {
padding: calc(var(--spacer) / 2); margin-bottom: -0.4rem;
vertical-align: middle;
display: inline-block;
margin: 0;
margin-right: -1rem;
} }
.button:hover, .button:hover,

View File

@ -56,5 +56,23 @@
} }
.nav { .nav {
display: inline-block; display: flex;
align-items: center;
}
.nav > div,
.nav > button {
padding: calc(var(--spacer) / 2);
}
.nav > div,
.nav > button,
.nav > div > label,
.nav > div > label > div {
display: inline-flex;
align-items: center;
}
.nav > button:last-of-type {
padding-right: 0;
} }

View File

@ -1,8 +1,5 @@
.themeSwitch { .themeSwitch {
position: relative; position: relative;
display: inline-block;
vertical-align: middle;
margin-right: calc(var(--spacer) / 4);
} }
.themeSwitch svg { .themeSwitch svg {
@ -19,7 +16,6 @@
.checkbox { .checkbox {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
padding: calc(var(--spacer) / 2);
display: block; display: block;
} }

View File

@ -21,14 +21,6 @@ import Search from './Search.tsx'
</script> </script>
<style> <style>
.searchButton {
padding: calc(var(--spacer) / 2);
vertical-align: middle;
display: inline-block;
margin: 0;
margin-right: calc(var(--spacer) / 4);
}
.searchButton:focus { .searchButton:focus {
outline: 0; outline: 0;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB