mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 03:17:38 -07:00
max height
This commit is contained in:
parent
6b32eae520
commit
e609809857
1 changed files with 7 additions and 2 deletions
|
@ -467,8 +467,7 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.postButton {
|
.postButton {
|
||||||
composes: navButton;
|
|
||||||
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
|
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
|
||||||
color: var(--fgOnAccent);
|
color: var(--fgOnAccent);
|
||||||
|
|
||||||
|
@ -481,6 +480,12 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
background: linear-gradient(90deg, var(--X8), var(--X8));
|
background: linear-gradient(90deg, var(--X8), var(--X8));
|
||||||
color: var(--fgOnAccent);
|
color: var(--fgOnAccent);
|
||||||
}
|
}
|
||||||
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
max-height: 32px;
|
||||||
|
width: 100%;
|
||||||
|
margin: auto;
|
||||||
|
border-radius: var(--radius-lg);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
> .postButton,
|
> .postButton,
|
||||||
|
|
Loading…
Reference in a new issue