From 1503ae165e6b5051b8d4cc6e604c30394b106129 Mon Sep 17 00:00:00 2001 From: Jonathan Riedel Date: Tue, 3 Jun 2025 16:40:59 +0200 Subject: [PATCH] Refactor button styles and clean up image cell CSS --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 1f14601..12150a9 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,7 @@ background: #34495e; height: 24px; width: 32px; - border-radius: 25%; + border-radius: 8px; } /* PlayStation specific colors */ @@ -205,7 +205,6 @@ padding: 0; } .image-cell img { - display:block; }