diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 61f29310..8fc779fd 100755
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,3 +1,2 @@
github: jokob-sk
-patreon: netalertx
buy_me_a_coffee: jokobsk
diff --git a/README.md b/README.md
index 4e48d348..00b0a643 100755
--- a/README.md
+++ b/README.md
@@ -181,9 +181,8 @@ Thank you to everyone who appreciates this tool and donates.
- | [](https://github.com/sponsors/jokob-sk) | [](https://www.buymeacoffee.com/jokobsk) | [](https://www.patreon.com/user?u=84385063) |
-| --- | --- | --- |
-
+ | [](https://github.com/sponsors/jokob-sk) | [](https://www.buymeacoffee.com/jokobsk) |
+ | --- | --- |
- Bitcoin: `1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM`
- Ethereum: `0x6e2749Cb42F4411bc98501406BdcD82244e3f9C7`
diff --git a/docs/DOCKER_INSTALLATION.md b/docs/DOCKER_INSTALLATION.md
index 16eae292..2dcd8e29 100644
--- a/docs/DOCKER_INSTALLATION.md
+++ b/docs/DOCKER_INSTALLATION.md
@@ -121,8 +121,8 @@ You can read or watch several [community configuration guides](https://docs.neta
## 💙 Support me
-| [](https://github.com/sponsors/jokob-sk) | [](https://www.buymeacoffee.com/jokobsk) | [](https://www.patreon.com/user?u=84385063) |
-| --- | --- | --- |
+| [](https://github.com/sponsors/jokob-sk) | [](https://www.buymeacoffee.com/jokobsk) |
+| --- | --- |
- Bitcoin: `1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM`
- Ethereum: `0x6e2749Cb42F4411bc98501406BdcD82244e3f9C7`
diff --git a/front/css/app.css b/front/css/app.css
index 1f665841..b08865bf 100755
--- a/front/css/app.css
+++ b/front/css/app.css
@@ -512,7 +512,10 @@ body
margin-bottom: 15px !important;
float: left;
width: 100%;
+ border-radius: 4px;
+ border-top: 0px;
}
+
#TopSmallBoxes .small-box {
height: 3em;
}
diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css
index 8302fa28..93d43262 100755
--- a/front/css/dark-patch.css
+++ b/front/css/dark-patch.css
@@ -623,11 +623,7 @@ input[type="password"]::-webkit-caps-lock-indicator {
border-color: rgb(120, 127, 133);
}
-/*** Additional fixes For Pi.Alert UI ***/
-.small-box {
- border-radius: 10px;
- border-top: 0px;
-}
+/*** Additional fixes For UI ***/
.pa-small-box-aqua .inner {
background-color: rgb(45,108,133);
border-top-left-radius: 10px;