mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Remove jarring touch animation for navbar buttons on mobile
This commit is contained in:
parent
48d5595639
commit
412aa96c95
1 changed files with 0 additions and 6 deletions
|
@ -671,12 +671,6 @@ console.log(mainRouter.currentRoute.value.name);
|
|||
transition: background 0.6s;
|
||||
color: var(--fg);
|
||||
|
||||
&:active {
|
||||
background-color: var(--panelHighlight);
|
||||
background-size: 100%;
|
||||
transition: background 0.1s;
|
||||
}
|
||||
|
||||
> .button-wrapper {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue