Show edit link in post cards

This commit is contained in:
Kitaiti Makoto
2021-01-17 22:29:45 +09:00
parent 46fc030df4
commit c253bdee54
2 changed files with 27 additions and 6 deletions
+15 -1
View File
@@ -183,6 +183,8 @@ p.error {
display: flex;
flex-direction: column;
position: relative;
min-width: 20em;
min-height: 20em;
margin: 1em;
@@ -225,11 +227,14 @@ p.error {
}
h3 {
margin: 0.75em 20px;
flex-grow: 1;
margin: 0;
font-family: $playfair;
font-size: 1.75em;
font-weight: normal;
line-height: 1.75;
a {
display: block;
transition: color 0.1s ease-in;
color: $text-color;
@@ -237,6 +242,15 @@ p.error {
}
}
.controls {
float: right;
.button {
margin-top: 0;
margin-bottom: 0;
}
}
main {
flex: 1;