Tweak project edit page, making it use the available space better and react better

This commit is contained in:
2018-08-14 03:25:24 +02:00
parent cc2241f71a
commit e54142021a
3 changed files with 19 additions and 5 deletions

View File

@@ -156,3 +156,17 @@ a.nostyle {
}
}
/* edit */
form .wide {
min-width: 66%;
}
form .tall {
min-height: calc(100vh - 28em);
}
@media screen and (max-width: 50rem) {
form .wide {
width: calc(100% - 2em);
margin: 0 1em;
}
}