Skip to content

Commit

Permalink
Fixed issue #1077
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Jan 14, 2022
1 parent 14cf62d commit 8e5c852
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 40 deletions.
4 changes: 2 additions & 2 deletions public_html/layout/denim/css_ltr/style.almost-flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -3063,14 +3063,14 @@ div.third-party-login {
.story_icon a {
margin-left: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_ltr/style.almost-flat.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public_html/layout/denim/css_ltr/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3022,14 +3022,14 @@ div.third-party-login {
.story_icon a {
margin-left: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/denim/css_ltr/style.gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -3092,14 +3092,14 @@ div.third-party-login {
.story_icon a {
margin-left: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_ltr/style.gradient.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public_html/layout/denim/css_ltr/style.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public_html/layout/denim/css_rtl/style.almost-flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -3063,14 +3063,14 @@ div.third-party-login {
.story_icon a {
margin-right: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_rtl/style.almost-flat.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public_html/layout/denim/css_rtl/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3023,14 +3023,14 @@ div.third-party-login {
.story_icon a {
margin-right: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/denim/css_rtl/style.gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -3092,14 +3092,14 @@ div.third-party-login {
.story_icon a {
margin-right: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_rtl/style.gradient.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public_html/layout/denim/css_rtl/style.min.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ $stage = 'main_contents'
a
margin-left: 5px
// All Mobile Sizes (devices and browser)
@media only screen and (max-width: $breakpoint-small-max)
display: none
// Issue #1077
//@media only screen and (max-width: $breakpoint-small-max)
// display: none
hook-selector($stage, "" + selector())

/*! Story(Date, Auther, Display no.) */
Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/denim_curve/css_ltr/style.gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -3260,14 +3260,14 @@ div.third-party-login {
.story_icon a {
margin-left: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public_html/layout/denim_curve/css_rtl/style.gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -3260,14 +3260,14 @@ div.third-party-login {
.story_icon a {
margin-right: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ $stage = 'main_contents'
a
margin-left: 5px
// All Mobile Sizes (devices and browser)
@media only screen and (max-width: $breakpoint-small-max)
display: none
// Issue #1077
// @media only screen and (max-width: $breakpoint-small-max)
// display: none
hook-selector($stage, "" + selector())

/*! Story(Date, Auther, Display no.) */
Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/denim_three/css_ltr/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3411,14 +3411,14 @@ div.third-party-login {
.story_icon a {
margin-left: 5px;
}

/* Issue #1077
@media only screen and (max-width: 959px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/css_ltr/style.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public_html/layout/denim_three/css_rtl/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3411,14 +3411,14 @@ div.third-party-login {
.story_icon a {
margin-right: 5px;
}

/* Issue #1077
@media only screen and (max-width: 959px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/css_rtl/style.min.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ $stage = 'main_contents'
a
margin-left: 5px
// All Mobile Sizes (devices and browser)
@media only screen and (max-width: $breakpoint-small-max)
display: none
// Issue #1077
// @media only screen and (max-width: $breakpoint-small-max)
// display: none
hook-selector($stage, "" + selector())

/*! Story(Date, Auther, Display no.) */
Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/glnet_curve/css_ltr/style.gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -3260,14 +3260,14 @@ div.third-party-login {
.story_icon a {
margin-left: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/glnet_curve/css_rtl/style.gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -3260,14 +3260,14 @@ div.third-party-login {
.story_icon a {
margin-right: 5px;
}

/* Issue #1077
@media only screen and (max-width: 767px) {
.story_icon {
display: none;
}
}

*/
/* Story(Date, Auther, Display no.) */
.story_status {
list-style-position: outside;
Expand Down

0 comments on commit 8e5c852

Please sign in to comment.