Skip to content

Commit

Permalink
Fix: christmas theme (#1160)
Browse files Browse the repository at this point in the history
* z-index

* cordova package

---------

Co-authored-by: j-bitmaker <[email protected]>
  • Loading branch information
j-bitmaker and j-bitmaker authored Dec 25, 2023
1 parent 7169e5e commit 84e376f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,12 +707,14 @@
}
#menu .postssearch .christmasBranchLeft {
position: absolute;
z-index: -1;
height: 52px;
bottom: -10px;
left: -35px;
}
#menu .postssearch .christmasBranchRight {
position: absolute;
z-index: -1;
bottom: -10px;
right: -21px;
height: 52px;
Expand Down
2 changes: 2 additions & 0 deletions components/menu/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -950,13 +950,15 @@

.christmasBranchLeft{
position: absolute;
z-index: -1;
height: 52px;
bottom: -10px;
left: -35px;
}

.christmasBranchRight{
position: absolute;
z-index: -1;
bottom: -10px;
right: -21px;
height: 52px;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pocketnet",
"version": "0.8.76",
"versionsuffix": "0",
"versionsuffix": "-1",
"cordovaversion": "1.8.76",
"cordovaversioncode": "180760",
"cordovaversioncode": "180761",
"description": "Bastyon desktop application",
"author": "Pocketnet Community <[email protected]>",
"company": "Pocketnet Community",
Expand Down

0 comments on commit 84e376f

Please sign in to comment.