Update button css for consistency between placeholder normal versions
This commit is contained in:
parent
dae708c765
commit
8743133f05
11
src/App.css
11
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user