Browse Source
Fixed width on app details
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/7431/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
2 additions and
1 deletions
-
core/css/apps.scss
|
|
|
@ -1069,7 +1069,8 @@ kbd { |
|
|
|
} |
|
|
|
/* App content */ |
|
|
|
.app-content-detail { |
|
|
|
width: 70%; |
|
|
|
/* grow full width */ |
|
|
|
flex-grow: 1; |
|
|
|
|
|
|
|
#app-navigation-toggle-back { |
|
|
|
display: none; |
|
|
|
|