diff --git a/.travis.yml b/.travis.yml
index 46a545351..8aa80c5b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,10 +35,10 @@ notifications:
deploy:
provider: pages
- skip_cleanup: true
+ skip-cleanup: true
# Refer to: https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token
- github_token: $GITHUB_ACCESS_TOKEN
+ github-token: $GITHUB_ACCESS_TOKEN
target-branch: gh-pages
- local_dir: dist
+ local-dir: dist
on:
- branch: master
\ No newline at end of file
+ branch: master
diff --git a/README.md b/README.md
index 01e211e30..95402d899 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno
---
-[](https://travis-ci.org/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://github.com/liyasthomas/postwoman/archive/master.zip) [](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [](https://github.com/liyasthomas/postwoman/issues) [](https://liyas-thomas.firebaseapp.com) [](https://www.paypal.me/liyascthomas) [](https://www.buymeacoffee.com/liyasthomas)
+[](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://github.com/liyasthomas/postwoman/archive/master.zip) [](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [](https://github.com/liyasthomas/postwoman/issues) [](https://liyas-thomas.firebaseapp.com) [](https://www.paypal.me/liyascthomas) [](https://www.buymeacoffee.com/liyasthomas)
#
Postwoman
@@ -88,7 +88,7 @@ Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT]
## Continuous Integration
-We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.org/liyasthomas/postwoman).
+We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman).
---
@@ -113,8 +113,13 @@ See the [CHANGELOG](CHANGELOG.md) file for details.
* [Liyas Thomas](https://github.com/liyasthomas)
### Contributors
+* [NBTX](https://github.com/NBTX)
* [Andrew Bastin](https://github.com/AndrewBastin)
+* [Nick Palenchar](https://github.com/nickpalenchar)
* [Abraham Williams](https://github.com/abraham)
+* [Nicholas La Roux](https://github.com/larouxn)
+* [RifqiAlAbqary](https://github.com/reefqi037)
+* [izerozlu](https://github.com/izerozlu)
### Thanks
* [Dribbble](https://dribbble.com)
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 7007764c7..4774b393e 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -234,6 +234,16 @@ ol li {
flex-direction: column;
flex-grow: 1;
}
+.flex-wrap{
+ display: flex;
+ justify-content: space-between;
+}
+.btn-copy{
+ padding: 6px 14px;
+ font-size: 11px;
+ margin-right: 15px;
+
+}
@media (max-width: $responsiveWidth) {
ul,
@@ -252,23 +262,23 @@ ol li {
}
.info-response {
- background-color: #ffeb3b;
+ background-color: #FFEB3B;
}
.success-response {
- background-color: #66BB6A;
+ background-color: #4BB543;
}
.redir-response {
- background-color: #ff5722;
+ background-color: #FF5722;
}
.cl-error-response {
- background-color: #ef5350;
+ background-color: #A63232;
}
.sv-error-response {
- background-color: #b71c1c;
+ background-color: #B71C1C;
}
fieldset#history {
@@ -277,9 +287,9 @@ fieldset#history {
span {
position: absolute;
- top: 32px;
- right: 8px;
- color: #E0E0E0;
+ top: 44px;
+ right: 20px;
+ font-family: monospace, monospace;
}
}
}
diff --git a/layouts/default.vue b/layouts/default.vue
index 10af963b6..7f439597a 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -5,7 +5,7 @@