From 777c55c742066c674d544604a388d15b782769ff Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 17:07:04 -0800 Subject: style(v2): move star to right of title and match legacy look (NK-35kxxw) --- frontend/src/components/FeedItem.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'frontend/src/components/FeedItem.css') diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css index 1e7b9bd..bdca707 100644 --- a/frontend/src/components/FeedItem.css +++ b/frontend/src/components/FeedItem.css @@ -48,24 +48,23 @@ background: none; border: none; cursor: pointer; - font-size: 1.2rem; - padding: 0 0.5rem 0 0; + font-size: 1.25rem; + padding: 0 0 0 0.5rem; vertical-align: middle; transition: color 0.2s; line-height: 1; } .star-btn.is-starred { - color: #ffd700; - /* Gold */ + color: blue; } .star-btn.is-unstarred { - color: #ccc; + color: black; } .star-btn:hover { - color: #ffeb3b; + color: blue; } .action-btn { -- cgit v1.2.3