From bead604fd69d8823575cca345986f26024c244e8 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 26 Feb 2025 04:11:36 +0100 Subject: [PATCH] Fixed network icon overflowing on entity tile. --- components/entities/tile.vue | 1 + static | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/entities/tile.vue b/components/entities/tile.vue index a2b39ba..f9b3f1d 100644 --- a/components/entities/tile.vue +++ b/components/entities/tile.vue @@ -50,6 +50,7 @@ defineProps({ color: var(--text-light); font-size: 1.25rem; font-weight: bold; + overflow: hidden; .icon { position: absolute; diff --git a/static b/static index 0424741..ee6b2e5 160000 --- a/static +++ b/static @@ -1 +1 @@ -Subproject commit 0424741228489593a83da32e35d4afe69e2e6b66 +Subproject commit ee6b2e5a5b28a5a0378307a2f3cb8896cf11e12b