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;
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user