diff --git a/public/css/style.css b/public/css/style.css index 521b8ca..05262db 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -194,7 +194,7 @@ body { margin-bottom: 10px; list-style-type: none; padding-left: 0; - max-width: 240px; + max-width: 100%; } .entry-buttons li { margin-bottom: 6px; diff --git a/views/appcache.php b/views/appcache.php index 564ae07..6422047 100644 --- a/views/appcache.php +++ b/views/appcache.php @@ -12,4 +12,4 @@ CACHE MANIFEST NETWORK: * -# v3 +# v8 diff --git a/views/new-post.php b/views/new-post.php index 264da6d..16c00ea 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -22,38 +22,38 @@ micropub_endpoint): ?> - +
Clicking an item will post this note to your Micropub endpoint. Below is some information about the request that will be made.
me | -= session('me') ?> (should be your URL) |
+ = session('me') ?> (should be your URL) |
scope | -= $this->token_scope ?> (should be a space-separated list of permissions including "post") |
+ = $this->token_scope ?> (should be a space-separated list of permissions including "post") |
micropub endpoint | -= $this->micropub_endpoint ?> (should be a URL) |
+ = $this->micropub_endpoint ?> (should be a URL) |
access token | -String of length = strlen($this->access_token) ?>= (strlen($this->access_token) > 0) ? (', ending in ' . substr($this->access_token, -7) . ' ') : '' ?> (should be greater than length 0) |
+ String of length = strlen($this->access_token) ?>= (strlen($this->access_token) > 0) ? (', ending in ' . substr($this->access_token, -7) . ' ') : '' ?> (should be greater than length 0) |
p3k-food | -The button you tap (or your custom text) will be sent to your Micropub endpoint in a field named p3k-food |
+ The button you tap (or your custom text) will be sent to your Micropub endpoint in a field named p3k-food |
p3k-type | -Will be either drink or eat depending on the type of entry |
+ Will be either drink or eat depending on the type of entry |