Fixed width on app details

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-12-11 18:22:21 +01:00
parent a1b4869774
commit bb04e10651
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 2 additions and 1 deletions

View File

@ -1069,7 +1069,8 @@ kbd {
}
/* App content */
.app-content-detail {
width: 70%;
/* grow full width */
flex-grow: 1;
#app-navigation-toggle-back {
display: none;