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;
}
.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 {