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 (should be your URL) (should be your URL)
scopetoken_scope ?> (should be a space-separated list of permissions including "post")token_scope ?> (should be a space-separated list of permissions including "post")
micropub endpointmicropub_endpoint ?> (should be a URL)micropub_endpoint ?> (should be a URL)
access tokenString of length access_token) ?>access_token) > 0) ? (', ending in ' . substr($this->access_token, -7) . '') : '' ?> (should be greater than length 0)String of length access_token) ?>access_token) > 0) ? (', ending in ' . substr($this->access_token, -7) . '') : '' ?> (should be greater than length 0)
p3k-foodThe button you tap (or your custom text) will be sent to your Micropub endpoint in a field named p3k-foodThe button you tap (or your custom text) will be sent to your Micropub endpoint in a field named p3k-food
p3k-typeWill be either drink or eat depending on the type of entryWill be either drink or eat depending on the type of entry
- +
@@ -173,5 +173,12 @@ $(function(){ }); - - + \ No newline at end of file