mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
Enhanced mobile post btn
This commit is contained in:
parent
17e9ee0217
commit
48d5595639
1 changed files with 2 additions and 2 deletions
|
@ -624,8 +624,8 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background: var(--panelHighlight);
|
background: linear-gradient(90deg,var(--buttonGradateA),var(--buttonGradateB));
|
||||||
color: var(--fg);
|
color: var(--fgOnAccent);
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in a new issue