mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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;
|
||||
width: 4rem;
|
||||
background-position: center;
|
||||
background: var(--panelHighlight);
|
||||
color: var(--fg);
|
||||
background: linear-gradient(90deg,var(--buttonGradateA),var(--buttonGradateB));
|
||||
color: var(--fgOnAccent);
|
||||
position: fixed !important;
|
||||
z-index: 1000;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in a new issue