From 3bd3600f76c4cd44c61ce9c08663bbd496d6a75c Mon Sep 17 00:00:00 2001 From: mez Date: Sat, 26 Apr 2025 18:45:45 +0100 Subject: [PATCH] Refine the above --- build/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/style.css b/build/style.css index f2385de..79f8bff 100644 --- a/build/style.css +++ b/build/style.css @@ -184,6 +184,7 @@ table.portfolio { font-family: "04b24", sans-serif; background-color: black; width: 111px; + max-width: 111px; height: 75px; -webkit-font-smoothing: none; font-smooth: never; @@ -192,7 +193,10 @@ table.portfolio { font-size: 8px; color: white; table-layout: fixed; - /* filter: contrast(1); */ +} + +table.portfolio td { + text-overflow: ellipsis; } table.portfolio tr:last-of-type { @@ -258,10 +262,6 @@ table.portfolio.gray { background-size: cover; } -table.portfolio td { - overflow-x: hidden; -} - table.portfolio.palette td.deck1 { color: #ff2424; }