Skip to content

Commit

Permalink
1.0.1 release (gulp task fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed May 20, 2019
1 parent 7d0aef7 commit 0ec7ef2
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 2,967 deletions.
17 changes: 17 additions & 0 deletions assets/dist/css/atf.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions editor.css → assets/dist/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ Text Domain: modul-r
Tags: portfolio, one-column, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, block-styles, wide-blocks
*/

.wp-block {
max-width: 1000px; }

/*# sourceMappingURL=editor.css.map */
.wp-block{max-width:1000px}
17 changes: 17 additions & 0 deletions assets/dist/css/style.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/dist/js/vendor-scripts.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/src/scss/components/comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ $comments__avatar-size: 64px;
.form-submit {
margin-top: $size__margin * 2;
text-align: right;
input {
font-size: 16px;
padding: 10px 16px;
}
}
}

Expand Down
13 changes: 6 additions & 7 deletions assets/src/scss/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,12 @@


// the wordpress admin bar fix
// rename with the correct name
// @media screen and (max-width: 600px) {
// #wwwpadminbar {
// position: fixed !important;
// top: -46px;
// }
// }
@media screen and (max-width: 600px) {
#wpadminbar {
position: fixed !important;
top: -46px;
}
}

.admin-bar #masthead {
top: 32px;
Expand Down
Loading

0 comments on commit 0ec7ef2

Please sign in to comment.