Show app feedback form in appstore

Fixes #461
This commit is contained in:
Johannes Zellner
2015-08-06 18:30:46 +02:00
parent d861d6d6e4
commit fdbee427ee
3 changed files with 75 additions and 0 deletions

View File

@@ -206,6 +206,31 @@ html {
font-size: 18px;
}
.appstore-category-missing {
padding: 10px;
background-color: white;
p {
font-weight: bold;
}
textarea {
display: block;
width: 100%;
height: 50px;
margin-bottom: 10px;
transition: all 250ms ease-out;
&:focus {
height: 200px;
}
}
button {
width: 100%;
}
}
.appstore-install-description {
max-height: 250px;
overflow-x: none;