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 {