mewing
This commit is contained in:
@@ -80,7 +80,7 @@ h2,
|
|||||||
h3,
|
h3,
|
||||||
h4 {
|
h4 {
|
||||||
background-color: var(--bg_primary);
|
background-color: var(--bg_primary);
|
||||||
border-bottom: 1px solid var(--bg_secondary);
|
border-bottom: 1px solid var(--primary);
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
font-family: var(--font_heading);
|
font-family: var(--font_heading);
|
||||||
margin: var(--margin);
|
margin: var(--margin);
|
||||||
|
|||||||
@@ -28,8 +28,7 @@ const parentPath = computed(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.left {
|
.left {
|
||||||
width: 5vw;
|
position: fixed;
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user