From a787536297fc98aa853f0aeb8fcb19d2eb5cb5a0 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Sat, 21 Feb 2026 15:44:53 -0600 Subject: [PATCH] Fix play button shifting with flex layout adjustments --- index.html | 1 + renderer.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 91db746..fd115e7 100644 --- a/index.html +++ b/index.html @@ -250,6 +250,7 @@ align-items: center; opacity: 0.7; transition: opacity 0.2s; + min-width: 0; /* Prevent flex items from overflowing */ } .file-item:hover .file-tags { diff --git a/renderer.js b/renderer.js index 9db2078..4c92c4e 100644 --- a/renderer.js +++ b/renderer.js @@ -90,7 +90,7 @@ function displayFiles(files) { 🏷️ 💬 🎬 - + `;