mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-24 19:07:32 -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);
|
||||
}
|
||||
|
||||
.postButton {
|
||||
composes: navButton;
|
||||
.postButton {
|
||||
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
|
||||
color: var(--fgOnAccent);
|
||||
|
||||
|
@ -481,6 +480,12 @@ console.log(mainRouter.currentRoute.value.name);
|
|||
background: linear-gradient(90deg, var(--X8), var(--X8));
|
||||
color: var(--fgOnAccent);
|
||||
}
|
||||
position: relative;
|
||||
padding: 0;
|
||||
max-height: 32px;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
border-radius: var(--radius-lg);
|
||||
}
|
||||
/*
|
||||
> .postButton,
|
||||
|
|
Loading…
Reference in a new issue