mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
Enhanced mobile navbar
This commit is contained in:
parent
919fcd8730
commit
17e9ee0217
1 changed files with 4 additions and 4 deletions
|
@ -672,7 +672,7 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: var(--accentedBg);
|
background-color: var(--panelHighlight);
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
transition: background 0.1s;
|
transition: background 0.1s;
|
||||||
}
|
}
|
||||||
|
@ -680,13 +680,13 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
> .button-wrapper {
|
> .button-wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding: 4px 0;
|
||||||
|
|
||||||
&.on {
|
&.on {
|
||||||
background-color: var(--accentedBg);
|
background-color: var(--focus);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
transform: translateY(-0.5em);
|
transition: all 0.4s ease-in-out;
|
||||||
transition: all 0.2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .indicator {
|
> .indicator {
|
||||||
|
|
Loading…
Reference in a new issue