Update button css for consistency between placeholder normal versions

This commit is contained in:
Sheldon Lee 2023-11-25 17:46:26 +08:00
parent dae708c765
commit 8743133f05

View File

@ -72,13 +72,14 @@ body {
background-color: #4D4F5D; background-color: #4D4F5D;
} }
.PlaceholderItem > a { .PlaceholderItem > button,
height: 1em; .DirectoryItem > button {
height: 2.5em;
min-width: 6em;
} }
.PlaceholderItem > button { .PlaceholderItem > a {
height: calc(18px + 10px * 2); height: 1em;
min-width: 4em;
} }
@keyframes loading { @keyframes loading {