From 8743133f05a1893aa4313a652a179520466c308f Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sat, 25 Nov 2023 17:46:26 +0800 Subject: [PATCH] Update button css for consistency between placeholder normal versions --- src/App.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.css b/src/App.css index 7d745b9..2fa3738 100644 --- a/src/App.css +++ b/src/App.css @@ -72,13 +72,14 @@ body { background-color: #4D4F5D; } -.PlaceholderItem > a { - height: 1em; +.PlaceholderItem > button, +.DirectoryItem > button { + height: 2.5em; + min-width: 6em; } -.PlaceholderItem > button { - height: calc(18px + 10px * 2); - min-width: 4em; +.PlaceholderItem > a { + height: 1em; } @keyframes loading {