Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-05-31 12:06:34 -07:00
commit 88892d886e
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 8 additions and 5 deletions

View file

@ -1 +1 @@
v16.15.0
v18.16.0

View file

@ -76,10 +76,10 @@ If you have access to a server that supports one of the sources below, I recomme
## 🧑‍💻 Dependencies
- 🐢 At least [NodeJS](https://nodejs.org/en/) v18.12.1 (v20 recommended)
- 🐢 At least [NodeJS](https://nodejs.org/en/) v18.16.0 (v20 recommended)
- Install with [nvm](https://github.com/nvm-sh/nvm)
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12
- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommend)
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12 (v14 recommended)
- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommended)
- Web Proxy (one of the following)
- 🍀 Nginx (recommended)
- 🦦 Caddy
@ -104,7 +104,7 @@ If you have access to a server that supports one of the sources below, I recomme
## 👀 Get folder ready
```sh
git clone --depth 1 https://codeberg.org/calckey/calckey.git
git clone https://codeberg.org/calckey/calckey.git
cd calckey/
```

View file

@ -252,6 +252,9 @@ function more(ev: MouseEvent) {
#calckey_app > :not(.wallpaper) & {
background: var(--navBg);
}
#calckey_app > .wallpaper:not(.centered) & {
border-right: 1px solid var(--divider);
}
contain: strict;
display: flex;
flex-direction: column;