Refactor button styles and clean up image cell CSS

This commit is contained in:
pan.codes 2025-06-03 16:40:59 +02:00
parent 9bc27ed42a
commit 1503ae165e

View file

@ -151,7 +151,7 @@
background: #34495e; background: #34495e;
height: 24px; height: 24px;
width: 32px; width: 32px;
border-radius: 25%; border-radius: 8px;
} }
/* PlayStation specific colors */ /* PlayStation specific colors */
@ -205,7 +205,6 @@
padding: 0; padding: 0;
} }
.image-cell img { .image-cell img {
display:block; display:block;
} }
</style> </style>