Business themes: Fix comments on wpcom

This commit is contained in:
Ben Dwyer 2021-06-07 16:53:54 +01:00 committed by Jason Crist
parent 0db1f667b9
commit 19d385bc37
30 changed files with 72 additions and 72 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calm-business",
"version": "1.6.1",
"version": "1.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "calm-business",
"version": "1.6.2",
"version": "1.6.3",
"description": "Style Variation of the Default WP Theme",
"devDependencies": {
"@wordpress/browserslist-config": "^2.6.0",

View file

@ -386,15 +386,15 @@
color: $color__text-main;
}
.comment-form-author,
.comment-form-email {
.comment-form-author:not(.comment-form-field),
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
width: calc(50% - #{$size__spacing-unit / 2});
float: left;
}
}
.comment-form-email {
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
margin-left: $size__spacing-unit;
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.com
Template: twentynineteen
Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
Requires at least: WordPress 4.9.6
Version: 1.6.2
Version: 1.6.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: calm-business
@ -3166,15 +3166,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form :not(.comment-form-fields) .comment-form-author,
.comment-form :not(.comment-form-fields) .comment-form-email {
width: calc(50% - 0.5rem);
float: right;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form :not(.comment-form-fields) .comment-form-email {
margin-right: 1rem;
}
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.com
Template: twentynineteen
Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
Requires at least: WordPress 4.9.6
Version: 1.6.2
Version: 1.6.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: calm-business
@ -3172,15 +3172,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: left;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ Author URI: https://wordpress.com
Template: twentynineteen
Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
Requires at least: WordPress 4.9.6
Version: 1.6.2
Version: 1.6.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: calm-business

View file

@ -377,15 +377,15 @@
color: $color__text-light;
}
.comment-form-author,
.comment-form-email {
.comment-form-author:not(.comment-form-field),
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
width: calc(50% - #{$size__spacing-unit / 2});
float: left;
}
}
.comment-form-email {
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
margin-left: $size__spacing-unit;
}

View file

@ -2540,7 +2540,7 @@ body.page .main-navigation {
}
.entry .entry-content .more-link:after {
content: ;
content: "←";
margin-right: 0.5em;
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
Template: twentynineteen
Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
Requires at least: WordPress 4.9.6
Version: 1.4.2
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elegant-business
@ -3056,15 +3056,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: left;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ Author URI: https://wordpress.org/
Template: twentynineteen
Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
Requires at least: WordPress 4.9.6
Version: 1.4.2
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elegant-business

View file

@ -1,6 +1,6 @@
{
"name": "friendly-business",
"version": "1.4.1",
"version": "1.4.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -380,15 +380,15 @@
color: $color__text-dark;
}
.comment-form-author,
.comment-form-email {
.comment-form-author:not(.comment-form-field),
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
width: calc(50% - #{$size__spacing-unit / 2});
float: left;
}
}
.comment-form-email {
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
margin-left: $size__spacing-unit;
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
Template: twentynineteen
Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
Requires at least: WordPress 4.9.6
Version: 1.4.2
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: friendly-business
@ -2564,7 +2564,7 @@ body.page .main-navigation {
}
.entry .entry-content .more-link:after {
content: ;
content: "←";
display: inline-block;
margin-right: 0.5em;
}
@ -3067,15 +3067,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: right;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-right: 1rem;
}
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
Template: twentynineteen
Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
Requires at least: WordPress 4.9.6
Version: 1.4.2
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: friendly-business
@ -2570,7 +2570,7 @@ body.page .main-navigation {
}
.entry .entry-content .more-link:after {
content: "→" /*rtl:*/;
content: "→" /*rtl:"←"*/;
display: inline-block;
margin-left: 0.5em;
}
@ -3073,15 +3073,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: left;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ Author URI: https://wordpress.org/
Template: twentynineteen
Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
Requires at least: WordPress 4.9.6
Version: 1.4.2
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: friendly-business

View file

@ -1,6 +1,6 @@
{
"name": "modern-business",
"version": "1.7.1",
"version": "1.7.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -378,15 +378,15 @@
color: $color__text-light;
}
.comment-form-author,
.comment-form-email {
.comment-form-author:not(.comment-form-field),
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
width: calc(50% - #{$size__spacing-unit / 2});
float: left;
}
}
.comment-form-email {
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
margin-left: $size__spacing-unit;
}

View file

@ -2546,7 +2546,7 @@ body.page .main-navigation {
}
.entry .entry-content .more-link:after {
content: ;
content: "←";
display: inline-block;
margin-right: 0.5em;
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
Requires at least: WordPress 4.9.6
Template: twentynineteen
Version: 1.7.2
Version: 1.7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
@ -3054,15 +3054,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: left;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ Author URI: https://wordpress.org/
Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
Requires at least: WordPress 4.9.6
Template: twentynineteen
Version: 1.7.2
Version: 1.7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen

View file

@ -1,6 +1,6 @@
{
"name": "professional-business",
"version": "1.5.1",
"version": "1.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -376,15 +376,15 @@
color: $color__text-light;
}
.comment-form-author,
.comment-form-email {
.comment-form-author:not(.comment-form-field),
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
width: calc(50% - #{$size__spacing-unit / 2});
float: left;
}
}
.comment-form-email {
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
margin-left: $size__spacing-unit;
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.com/
Template: twentynineteen
Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
Requires at least: WordPress 4.9.6
Version: 1.5.2
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: professional-business
@ -2593,7 +2593,7 @@ body.page .main-navigation {
}
.entry .entry-content .more-link:after {
content: ;
content: "←";
margin-right: 0.5em;
}
@ -3100,15 +3100,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: right;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-right: 1rem;
}
}

View file

@ -7,7 +7,7 @@ Author URI: https://wordpress.com/
Template: twentynineteen
Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
Requires at least: WordPress 4.9.6
Version: 1.5.2
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: professional-business
@ -3106,15 +3106,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: left;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ Author URI: https://wordpress.com/
Template: twentynineteen
Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
Requires at least: WordPress 4.9.6
Version: 1.5.2
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: professional-business

View file

@ -1,6 +1,6 @@
{
"name": "sophisticated-business",
"version": "1.5.2",
"version": "1.5.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -376,15 +376,15 @@
color: $color__text-light;
}
.comment-form-author,
.comment-form-email {
.comment-form-author:not(.comment-form-field),
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
width: calc(50% - #{$size__spacing-unit / 2});
float: left;
}
}
.comment-form-email {
.comment-form-email:not(.comment-form-field) {
@include media(tablet) {
margin-left: $size__spacing-unit;
}

View file

@ -2503,7 +2503,7 @@ body.page .main-navigation {
}
.entry .entry-content .more-link:after {
content: ;
content: "←";
display: inline-block;
margin-right: 0.5em;
}

View file

@ -7,7 +7,7 @@ Author URI: https://automattic.com/
Template: twentynineteen
Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
Requires at least: WordPress 4.9.6
Version: 1.5.3
Version: 1.5.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sophisticated-business
@ -3002,15 +3002,15 @@ body.page .main-navigation {
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email {
.comment-form .comment-form-author:not(.comment-form-field),
.comment-form .comment-form-email:not(.comment-form-field) {
width: calc(50% - 0.5rem);
float: left;
}
}
@media only screen and (min-width: 768px) {
.comment-form .comment-form-email {
.comment-form .comment-form-email:not(.comment-form-field) {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ Author URI: https://automattic.com/
Template: twentynineteen
Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
Requires at least: WordPress 4.9.6
Version: 1.5.3
Version: 1.5.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sophisticated-business